You've already forked dcmerge
Compare commits
1 Commits
master
...
renovate/o
| Author | SHA1 | Date | |
|---|---|---|---|
|
587ce1aac2
|
@@ -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
|
||||||
|
|||||||
@@ -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.44.0" # renovate: datasource=github-releases depName=anchore/syft
|
SYFT_VERSION: "1.43.0" # 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)"
|
||||||
|
|||||||
Reference in New Issue
Block a user