Skip to content

Commit 1b28202

Browse files
authored
build: Don't create OCI index wrappers (#273)
Apparently buildx wraps images in OCI indexes, so the actual image manifests are untagged children of the tagged index. Related to: #267
1 parent de28414 commit 1b28202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang-format-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
context: .
8080
file: "clang-format-docker/Dockerfile"
8181
push: true
82+
provenance: false
8283
tags: ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:${{ env.MAJOR_VERSION }}
8384
labels: ${{ steps.meta.outputs.labels }}
8485
build-args: |

0 commit comments

Comments
 (0)