Skip to content

Commit 5fb347b

Browse files
authored
Merge pull request #56 from github/jm-fix-image-release
fix: checkout code to build release images
2 parents 833c00c + d1c777d commit 5fb347b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
registry: ${{ env.REGISTRY }}
5050
username: ${{ github.actor }}
5151
password: ${{ secrets.GITHUB_TOKEN }}
52+
- uses: actions/checkout@v4
5253
- name: Push Docker Image
5354
if: ${{ success() }}
5455
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)