Skip to content

Commit e808c4a

Browse files
authored
Merge pull request #4 from fontebasso/php8
fix syntax
2 parents d989a90 + 42b30f2 commit e808c4a

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)