We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd22a8 commit 1681467Copy full SHA for 1681467
.github/workflows/docker-build.yml
@@ -113,6 +113,7 @@ jobs:
113
org.opencontainers.image.title=${{ matrix.id }}
114
cache-from: type=gha,scope=${{ matrix.id }}-${{ matrix.platform }}
115
cache-to: type=gha,mode=max,scope=${{ matrix.id }}-${{ matrix.platform }}
116
+ provenance: false
117
push: ${{ github.event_name != 'pull_request' }}
118
119
# Record tag -> digest for this image + arch
@@ -195,4 +196,4 @@ jobs:
195
196
--tag "$image:$tag" \
197
"$image@${amd64_d}" \
198
"$image@${arm64_d}"
- done < <(printf "%s" "${{ steps.meta.outputs.tags }}")
199
+ done < <(printf "%s" "${{ steps.meta.outputs.tags }}")
0 commit comments