Skip to content

Commit c495f05

Browse files
authored
Merge pull request #6 from fontebasso/php8
fix docker buildx command
2 parents b83c38c + da29e24 commit c495f05

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)