Skip to content

Commit

Permalink
fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Dec 3, 2023
1 parent 165385a commit f699c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
-t ${{ env.app_name }}:${{ github.run_id }}-${{ matrix.platform }} \
-t ${{ env.app_name }}:latest \
--build-arg ARCH=${{ matrix.image_arch }} \
--build-arg BINARY=build/${{ env.app_name }}_${{ matrix.platform }} \
--build-arg BINARY=${{ env.app_name }}_${{ matrix.platform }} \
-f Dockerfile . \
--output type=docker,dest=${{ env.app_name }}_image_${{ matrix.platform }}.tar
env:
Expand Down

0 comments on commit f699c6a

Please sign in to comment.