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.
1 parent ec858c8 commit 66f0602Copy full SHA for 66f0602
.github/workflows/docker.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
context: .
47
push: true
48
- platforms: ${{ matrix.config.platforms }}
+ platforms: ${{ matrix.config.platform }}
49
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
50
file: ${{ matrix.config.dockerfile }}
51
@@ -54,6 +54,6 @@ jobs:
54
55
56
push: ${{ github.event_name == 'push' }}
57
58
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
59
0 commit comments