Skip to content

Commit 42b30f2

Browse files
committed
fix sintax
1 parent 910f319 commit 42b30f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: build and push the image
2626
run: |
2727
docker buildx build . \
28-
--build-arg BUILD_ID=${{ github.run_id }}
29-
--build-arg COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA")
28+
--build-arg BUILD_ID=${{ github.run_id }} \
29+
--build-arg COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA") \
3030
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:${{ env.VERSION }} \
3131
--tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}:latest \
3232
--platform linux/amd64,linux/arm64

0 commit comments

Comments
 (0)