Skip to content

Commit 7144cf9

Browse files
authored
Merge pull request #1 from rai62/rai62-fix-docker-workflow
Update docker.yml
2 parents 31aea56 + 31cd2f2 commit 7144cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: .
4747
push: true
48-
platforms: ${{ matrix.config.platforms }}
48+
platforms: ${{ matrix.config.platform }}
4949
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
5050
file: ${{ matrix.config.dockerfile }}
5151

@@ -54,6 +54,6 @@ jobs:
5454
with:
5555
context: .
5656
push: ${{ github.event_name == 'push' }}
57-
platforms: ${{ matrix.config.platforms }}
57+
platforms: ${{ matrix.config.platform }}
5858
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
5959
file: ${{ matrix.config.dockerfile }}

0 commit comments

Comments
 (0)