We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc857e5 + cff723f commit e30d20aCopy full SHA for e30d20a
.github/workflows/snapshot-build.yml
@@ -68,7 +68,7 @@ jobs:
68
id: build
69
uses: docker/build-push-action@v2
70
with:
71
- file: Dockerfile-${{ matrix.image }}${{ matrix.dockerfile-suffix }}
+ file: Dockerfile-${{ matrix.image }}${{ matrix.platform.dockerfile-suffix }}
72
platforms: ${{ matrix.platform.arch }}
73
# Only push for releases
74
push: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
0 commit comments