mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 06:07:18 +02:00
Add use-sigstore-attachments: true to the image:publish:secure job
Fixes: 8317be4
("Sign the images with sigstore's fulcio/rekor")
This commit is contained in:
parent
797702633e
commit
c432cbcbe2
@ -159,6 +159,7 @@ image:publish:secure:
|
||||
- podman login -u "$DOCKERHUB_USERNAME" -p "$DOCKERHUB_ACCESS_TOKEN" "docker.io"
|
||||
- podman login -u "$QUAY_USERNAME" -p "$QUAY_PASSWORD" "quay.io"
|
||||
- podman login -u "$GHCR_USERNAME" -p "$GHCR_PASSWORD" "ghcr.io"
|
||||
- 'echo -e "default-docker:\n use-sigstore-attachments: true" > /etc/containers/registries.d/sigstore.yaml'
|
||||
script:
|
||||
- podman build
|
||||
-f "$CI_PROJECT_DIR/Dockerfile.$GROUP"
|
||||
|
Loading…
Reference in New Issue
Block a user