Skip to content

Commit f500a0d

Browse files
authored
Merge pull request #1410 from CodeForAfrica/chore/fix_bake_override
@/ui/ Fix Bake override key `platform`
2 parents 3f64340 + 5107cab commit f500a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
set: |
107107
*.cache-from=type=gha,scope=${{ inputs.target }}
108108
*.cache-to=type=gha,mode=max,scope=${{ inputs.target }}
109-
*.platforms=${{ inputs.platforms }}
109+
*.platform=${{ inputs.platforms }}
110110
${{ inputs.set }}

.github/workflows/build-base-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
set: |
6161
*.cache-from=type=gha,scope=ui-base
6262
*.cache-to=type=gha,mode=max,scope=ui-base
63-
*.platforms=linux/amd64,linux/arm64
63+
*.platform=linux/amd64,linux/arm64

0 commit comments

Comments
 (0)