Skip to content

Commit

Permalink
disable provenance
Browse files Browse the repository at this point in the history
マニフェストを作成する段階でplatform:unknownのイメージが出来てしまうため

docker/build-push-action#781
  • Loading branch information
Azuki-bar committed Jun 8, 2023
1 parent 84892ec commit 1040a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
push: true
tags: ghcr.io/azuki-bar/hello-buildjet-nextjs:${{ steps.tags.outputs.tag }}
provenance: false

merge-images:
runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -103,3 +104,4 @@ jobs:
push: true
tags: ghcr.io/azuki-bar/hello-buildjet-nextjs:${{ github.sha }}-qemu
platforms: linux/amd64,linux/arm64
provenance: false

0 comments on commit 1040a07

Please sign in to comment.