Skip to content

Commit 0e6a437

Browse files
authored
Merge pull request #1436 from arielweinberger/fix/ghcr-arm64-images
fix: linux/arm64 machine cannot pull arm64 image from ghcr
2 parents 851658e + 71545c7 commit 0e6a437

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
tags: "${{ steps.meta.outputs.tags }}"
119119
labels: "${{ steps.meta.outputs.labels }}"
120120
push: true
121+
provenance: false
122+
sbom: false
121123
cache-from: "type=gha"
122124
cache-to: "type=gha,mode=max"
123125

@@ -214,6 +216,8 @@ jobs:
214216
tags: "${{ steps.meta.outputs.tags }}"
215217
labels: "${{ steps.meta.outputs.labels }}"
216218
push: true
219+
provenance: false
220+
sbom: false
217221
cache-from: "type=gha"
218222
cache-to: "type=gha,mode=max"
219223

@@ -310,6 +314,8 @@ jobs:
310314
tags: "${{ steps.meta.outputs.tags }}"
311315
labels: "${{ steps.meta.outputs.labels }}"
312316
push: true
317+
provenance: false
318+
sbom: false
313319
cache-from: "type=gha"
314320
cache-to: "type=gha,mode=max"
315321

@@ -406,5 +412,7 @@ jobs:
406412
tags: "${{ steps.meta.outputs.tags }}"
407413
labels: "${{ steps.meta.outputs.labels }}"
408414
push: true
415+
provenance: false
416+
sbom: false
409417
cache-from: "type=gha"
410418
cache-to: "type=gha,mode=max"

0 commit comments

Comments
 (0)