We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5a875 commit 91a0a0dCopy full SHA for 91a0a0d
.github/workflows/build-docker-monorepo.yml
@@ -87,7 +87,7 @@ jobs:
87
push: true
88
tags: ${{ steps.meta.outputs.tags }}
89
labels: ${{ steps.meta.outputs.labels }}
90
- platform: linux/arm64,linux/amd64
+ platforms: linux/arm64,linux/amd64
91
build-args: |
92
PHP_VERSION=${{ steps.buildargs.outputs.php-version }}
93
COMPOSER_VERSION=${{ steps.buildargs.outputs.composer-version }}
0 commit comments