Skip to content

Commit 1681467

Browse files
committed
GHA updates.
1 parent ddd22a8 commit 1681467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
org.opencontainers.image.title=${{ matrix.id }}
114114
cache-from: type=gha,scope=${{ matrix.id }}-${{ matrix.platform }}
115115
cache-to: type=gha,mode=max,scope=${{ matrix.id }}-${{ matrix.platform }}
116+
provenance: false
116117
push: ${{ github.event_name != 'pull_request' }}
117118

118119
# Record tag -> digest for this image + arch
@@ -195,4 +196,4 @@ jobs:
195196
--tag "$image:$tag" \
196197
"$image@${amd64_d}" \
197198
"$image@${arm64_d}"
198-
done < <(printf "%s" "${{ steps.meta.outputs.tags }}")
199+
done < <(printf "%s" "${{ steps.meta.outputs.tags }}")

0 commit comments

Comments
 (0)