You've already forked dcmerge
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
fa8d0b9176
|
|||
|
faaba66bce
|
|||
|
4b5b41e4b9
|
@@ -38,6 +38,7 @@ jobs:
|
||||
echo "${COSIGN_PUBLIC_KEY}" > cosign.pub
|
||||
oras push git.cryptic.systems/volker.raschek/dcmerge:cosign.pub \
|
||||
--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
|
||||
|
||||
- name: Push artifacthub-repo.yml to docker.io
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
|
||||
- uses: sigstore/cosign-installer@v4.0.0
|
||||
with:
|
||||
cosign-release: "v3.0.3" # renovate: datasource=github-tags depName=sigstore/cosign
|
||||
cosign-release: "v2.6.2" # renovate: datasource=github-tags depName=sigstore/cosign
|
||||
- uses: docker/setup-qemu-action@v3.7.0
|
||||
- uses: docker/setup-buildx-action@v3.12.0
|
||||
- uses: actions/setup-go@v6.2.0
|
||||
@@ -72,6 +72,6 @@ jobs:
|
||||
--dest-password ${{ secrets.DOCKER_IO_PASSWORD }} \
|
||||
--dest-username ${{ secrets.DOCKER_IO_USERNAME }} \
|
||||
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
||||
--src-username volker.raschek \
|
||||
--src-username ${{ github.repository_owner }} \
|
||||
docker://git.cryptic.systems/volker.raschek/dcmerge:${TAG} \
|
||||
docker://docker.io/volkerraschek/dcmerge:${TAG}
|
||||
|
||||
@@ -104,6 +104,7 @@ dockers_v2:
|
||||
|
||||
io.artifacthub.package.alternative-locations: "docker.io/volkerraschek/{{ .ProjectName }}:{{ .Version }}"
|
||||
io.artifacthub.package.keywords: "docker,docker-compose,merge,ci"
|
||||
io.artifacthub.package.logo-url: "https://git.cryptic.systems/volker.raschek/{{ .ProjectName }}/raw/tag/v{{ .Version }}/icons/icon.png"
|
||||
io.artifacthub.package.license: "MIT"
|
||||
io.artifacthub.package.readme-url: "https://git.cryptic.systems/volker.raschek/{{ .ProjectName }}/raw/tag/v{{ .Version }}/README.md"
|
||||
|
||||
@@ -344,7 +345,7 @@ docker_signs:
|
||||
# '': images built by dockers_v2
|
||||
#
|
||||
# Default: ''.
|
||||
artifacts: all
|
||||
artifacts: manifests
|
||||
|
||||
# IDs of the artifacts to sign.
|
||||
ids:
|
||||
|
||||
BIN
icons/icon.png
Normal file
BIN
icons/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 619 KiB |
BIN
icons/icon_32x32.png
Normal file
BIN
icons/icon_32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user