You've already forked dcmerge
Compare commits
2 Commits
062d56e6d8
..
v0.8.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
b9174daaa5
|
|||
| 29958e512c |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||||
- uses: oras-project/setup-oras@v1.2.4
|
- uses: oras-project/setup-oras@v2.0.0
|
||||||
with:
|
with:
|
||||||
version: 1.3.2 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
|
version: 1.3.2 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
|
||||||
- name: Push artifacthub-repo.yml to git.cryptic.systems
|
- name: Push artifacthub-repo.yml to git.cryptic.systems
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
"https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_${OS}_${ARCH}.deb"
|
"https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_${OS}_${ARCH}.deb"
|
||||||
dpkg -i syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
|
dpkg -i syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
|
||||||
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
|
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
|
||||||
- uses: sigstore/cosign-installer@v4.1.1
|
- uses: volker-raschek/cosign-installer@v4.1.2-rc3
|
||||||
with:
|
with:
|
||||||
cosign-release: "v3.0.6" # renovate: datasource=github-tags depName=sigstore/cosign
|
cosign-release: "v3.0.6" # renovate: datasource=github-tags depName=sigstore/cosign
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v4.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user