You've already forked dcmerge
Compare commits
1 Commits
686aaaaac6
...
ec2ca2ac69
| Author | SHA1 | Date | |
|---|---|---|---|
|
ec2ca2ac69
|
@@ -38,7 +38,6 @@ jobs:
|
|||||||
echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
|
echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
|
||||||
oras push git.cryptic.systems/volker.raschek/dcmerge:cosign.pub \
|
oras push git.cryptic.systems/volker.raschek/dcmerge:cosign.pub \
|
||||||
--artifact-type application/vnd.dev.cosign.public-key.v1 \
|
--artifact-type application/vnd.dev.cosign.public-key.v1 \
|
||||||
--annotation org.opencontainers.image.title=cosign.pub \
|
|
||||||
cosign.pub:application/vnd.dev.cosign.public-key.v1
|
cosign.pub:application/vnd.dev.cosign.public-key.v1
|
||||||
|
|
||||||
- name: Push artifacthub-repo.yml to docker.io
|
- name: Push artifacthub-repo.yml to docker.io
|
||||||
|
|||||||
@@ -72,6 +72,6 @@ jobs:
|
|||||||
--dest-password ${{ secrets.DOCKER_IO_PASSWORD }} \
|
--dest-password ${{ secrets.DOCKER_IO_PASSWORD }} \
|
||||||
--dest-username ${{ secrets.DOCKER_IO_USERNAME }} \
|
--dest-username ${{ secrets.DOCKER_IO_USERNAME }} \
|
||||||
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
||||||
--src-username ${{ github.repository_owner }} \
|
--src-username volker.raschek \
|
||||||
docker://git.cryptic.systems/volker.raschek/dcmerge:${TAG} \
|
docker://git.cryptic.systems/volker.raschek/dcmerge:${TAG} \
|
||||||
docker://docker.io/volkerraschek/dcmerge:${TAG}
|
docker://docker.io/volkerraschek/dcmerge:${TAG}
|
||||||
|
|||||||
@@ -334,6 +334,7 @@ docker_signs:
|
|||||||
- "sign"
|
- "sign"
|
||||||
- "--key=env://COSIGN_PRIVATE_KEY"
|
- "--key=env://COSIGN_PRIVATE_KEY"
|
||||||
- "--yes"
|
- "--yes"
|
||||||
|
- "--registry-referrers-mode=legacy"
|
||||||
- "${artifact}@${digest}"
|
- "${artifact}@${digest}"
|
||||||
|
|
||||||
# Which artifacts to sign.
|
# Which artifacts to sign.
|
||||||
@@ -345,7 +346,7 @@ docker_signs:
|
|||||||
# '': images built by dockers_v2
|
# '': images built by dockers_v2
|
||||||
#
|
#
|
||||||
# Default: ''.
|
# Default: ''.
|
||||||
artifacts: manifests
|
artifacts: all
|
||||||
|
|
||||||
# IDs of the artifacts to sign.
|
# IDs of the artifacts to sign.
|
||||||
ids:
|
ids:
|
||||||
|
|||||||
Reference in New Issue
Block a user