Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Dec 1, 2023
1 parent c69a45f commit 73b04d2
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 @@ -65,7 +65,7 @@ jobs:
docker buildx create --name builder --use
docker buildx build \
--platform ${{ matrix.arch }} \
-t myapp:${{ github.run_id }}-${{ matrix.arch }} \
-t swan:${{ github.run_id }}-${{ env.file_arch }} \
--build-arg ARCH=${{ matrix.arch }} \
--build-arg BINARY=build/app_${{ env.file_arch }} \
-f Dockerfile . \
Expand Down

0 comments on commit 73b04d2

Please sign in to comment.