Skip to content

Commit

Permalink
ci: fix arch-specific image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed May 15, 2024
1 parent cf10cd8 commit f5dac66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
# These are needed to prevent the creation of a manifest list
provenance: false
sbom: false
# TEMP fix
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896
Expand Down Expand Up @@ -121,6 +124,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
# These are needed to prevent the creation of a manifest list
provenance: false
sbom: false
# TEMP fix
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896
Expand Down

0 comments on commit f5dac66

Please sign in to comment.