Skip to content

Commit

Permalink
Merge pull request #56 from github/jm-fix-image-release
Browse files Browse the repository at this point in the history
fix: checkout code to build release images
  • Loading branch information
jmeridth committed Apr 18, 2024
2 parents 833c00c + d1c777d commit 5fb347b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Push Docker Image
if: ${{ success() }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 5fb347b

Please sign in to comment.