Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 6c507e0

Browse files
authored
ci(image): disable docker provenence (#212)
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 801e8a5 commit 6c507e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker-build-push.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,15 @@ jobs:
5858
sudo systemctl restart docker
5959
docker info -f '{{ .DriverStatus }}'
6060
- name: test
61-
uses: docker/build-push-action@v4
61+
uses: docker/build-push-action@v5
6262
if: ${{ inputs.test }}
6363
with:
6464
context: ${{ matrix.image.context }}
6565
load: true
6666
tags: containerd-wasm-shims${{ matrix.image.imageName }}:test
6767
platforms: wasi/wasm
6868
- name: build and push
69-
# we use v3 here because we can't push wasi/wasm images with v4
70-
# see https://github.com/deislabs/containerd-wasm-shims/issues/154#issuecomment-1726030749
71-
uses: docker/build-push-action@v3
69+
uses: docker/build-push-action@v5
7270
if: ${{ !inputs.test }}
7371
with:
7472
push: true
@@ -77,3 +75,4 @@ jobs:
7775
ghcr.io/${{ github.repository }}/${{ matrix.image.imageName }}:latest
7876
context: ${{ matrix.image.context }}
7977
platforms: wasi/wasm
78+
provenance: false

0 commit comments

Comments
 (0)