Skip to content

Commit

Permalink
Fix image push
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Feb 8, 2024
1 parent 43298d7 commit d31b31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Publish image
run: |
docker push ${{ env.IMAGE }}
make image-push IMAGE_PLATFORM=${{ matrix.image-platform }} TARGET_ARCH=${{ matrix.target }}
create_release:
name: Create Release
Expand Down

0 comments on commit d31b31b

Please sign in to comment.