Skip to content

Commit d1c777d

Browse files
committed
fix: checkout code to build release images
Signed-off-by: jmeridth <[email protected]>
1 parent 833c00c commit d1c777d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
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)