Skip to content

Commit 5f44edb

Browse files
committed
sav2
1 parent 6334ca1 commit 5f44edb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/testing-docker-multiplatform-builds.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
### --attest type=provenance,mode=max \
4141
run: |
4242
docker buildx build \
43-
--provenance false \
43+
--attest type=provenance,mode=max \
44+
--sbom=true \
4445
--push --platform linux/${{ matrix.arch }} \
4546
--progress plain \
4647
-t ${{ env.DOCKER_URL }}-${{ matrix.docker-tag }} -f Dockerfile-mp .
@@ -63,8 +64,7 @@ jobs:
6364

6465
- name: Build multiplatform image
6566
run: |
66-
docker manifest create \
67-
${{ env.DOCKER_URL }} \
68-
--amend ${{ env.DOCKER_URL }}-amd64-v2 \
69-
--amend ${{ env.DOCKER_URL }}-arm64
70-
docker manifest push ${{ env.DOCKER_URL }}
67+
docker buildx imagetools create \
68+
-t ${{ env.DOCKER_URL }} \
69+
${{ env.DOCKER_URL }}-amd64-v2 \
70+
${{ env.DOCKER_URL }}-arm64

0 commit comments

Comments
 (0)