Skip to content

Commit da29e24

Browse files
committed
fix docker buildx command
1 parent e4ebede commit da29e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
--build-arg COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA") \
3333
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:${{ env.VERSION }} \
3434
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:latest \
35-
--platform linux/amd64,linux/arm64
35+
--platform linux/amd64,linux/arm64 \
3636
--push

0 commit comments

Comments
 (0)