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 41bb512 commit 165385a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ 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=build/${{ env.app_name }}_${{ matrix.platform }} \
-f Dockerfile . \
--output type=docker,dest$=${{ env.app_name }}_image_${{ matrix.platform }}.tar
--output type=docker,dest=${{ env.app_name }}_image_${{ matrix.platform }}.tar
env:
DOCKER_BUILDKIT: 1

Expand Down

0 comments on commit 165385a

Please sign in to comment.