You've already forked dcmerge
Compare commits
1 Commits
renovate/a
...
8c0e4effe3
| Author | SHA1 | Date | |
|---|---|---|---|
|
8c0e4effe3
|
@@ -11,9 +11,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
|
- uses: sigstore/cosign-installer@v4.0.0
|
||||||
|
with:
|
||||||
|
cosign-release: "v3.0.4" # renovate: datasource=github-tags depName=sigstore/cosign
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: ${{ github.server_url }}
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
password: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||||
- uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v3.7.0
|
||||||
@@ -35,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
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
run: apt-get update && apt-get install --yes curl
|
run: apt-get update && apt-get install --yes curl
|
||||||
- name: Install syft
|
- name: Install syft
|
||||||
env:
|
env:
|
||||||
SYFT_VERSION: "1.42.0" # renovate: datasource=github-releases depName=anchore/syft
|
SYFT_VERSION: "1.41.1" # renovate: datasource=github-releases depName=anchore/syft
|
||||||
run: |
|
run: |
|
||||||
OS="$(uname | tr '[:upper:]' '[:lower:]')"
|
OS="$(uname | tr '[:upper:]' '[:lower:]')"
|
||||||
ARCH="$(dpkg --print-architecture)"
|
ARCH="$(dpkg --print-architecture)"
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
|
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
|
||||||
- uses: sigstore/cosign-installer@v4.0.0
|
- uses: sigstore/cosign-installer@v4.0.0
|
||||||
with:
|
with:
|
||||||
cosign-release: "v2.6.2" # renovate: datasource=github-tags depName=sigstore/cosign
|
cosign-release: "v3.0.4" # renovate: datasource=github-tags depName=sigstore/cosign
|
||||||
- uses: docker/setup-qemu-action@v3.7.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
- uses: docker/setup-buildx-action@v3.12.0
|
- uses: docker/setup-buildx-action@v3.12.0
|
||||||
- uses: actions/setup-go@v6.2.0
|
- uses: actions/setup-go@v6.2.0
|
||||||
@@ -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}
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ dockers_v2:
|
|||||||
|
|
||||||
io.artifacthub.package.alternative-locations: "docker.io/volkerraschek/{{ .ProjectName }}:{{ .Version }}"
|
io.artifacthub.package.alternative-locations: "docker.io/volkerraschek/{{ .ProjectName }}:{{ .Version }}"
|
||||||
io.artifacthub.package.keywords: "docker,docker-compose,merge,ci"
|
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.license: "MIT"
|
||||||
io.artifacthub.package.readme-url: "https://git.cryptic.systems/volker.raschek/{{ .ProjectName }}/raw/tag/v{{ .Version }}/README.md"
|
io.artifacthub.package.readme-url: "https://git.cryptic.systems/volker.raschek/{{ .ProjectName }}/raw/tag/v{{ .Version }}/README.md"
|
||||||
|
|
||||||
@@ -345,7 +344,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:
|
||||||
|
|||||||
BIN
icons/icon.png
BIN
icons/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 619 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user