Raiya Araki commited on
Commit
37cb027
·
unverified ·
1 Parent(s): 82ceab0

ci : fix building workflow for linux/arm64 container (#2555)

Browse files
Files changed (1) hide show
  1. .github/workflows/docker.yml +2 -2
.github/workflows/docker.yml CHANGED
@@ -45,7 +45,7 @@ jobs:
45
  with:
46
  context: .
47
  push: true
48
- platforms: ${{ matrix.config.platforms }}
49
  tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
50
  file: ${{ matrix.config.dockerfile }}
51
 
@@ -54,6 +54,6 @@ jobs:
54
  with:
55
  context: .
56
  push: ${{ github.event_name == 'push' }}
57
- platforms: ${{ matrix.config.platforms }}
58
  tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
59
  file: ${{ matrix.config.dockerfile }}
 
45
  with:
46
  context: .
47
  push: true
48
+ platforms: ${{ matrix.config.platform }}
49
  tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
50
  file: ${{ matrix.config.dockerfile }}
51
 
 
54
  with:
55
  context: .
56
  push: ${{ github.event_name == 'push' }}
57
+ platforms: ${{ matrix.config.platform }}
58
  tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
59
  file: ${{ matrix.config.dockerfile }}