You've already forked dcmerge
Compare commits
4 Commits
0d04e79acb
...
renovate/o
| Author | SHA1 | Date | |
|---|---|---|---|
|
955bedeea8
|
|||
| ebd33b6930 | |||
|
6bc1c8c865
|
|||
| 889e772e55 |
@@ -20,7 +20,7 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||
- uses: oras-project/setup-oras@v1.2.4
|
||||
- uses: oras-project/setup-oras@v2.0.0
|
||||
with:
|
||||
version: 1.3.2 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
|
||||
- name: Push artifacthub-repo.yml to git.cryptic.systems
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
run: apt-get update && apt-get install --yes curl
|
||||
- name: Install syft
|
||||
env:
|
||||
SYFT_VERSION: "1.43.0" # renovate: datasource=github-releases depName=anchore/syft
|
||||
SYFT_VERSION: "1.44.0" # renovate: datasource=github-releases depName=anchore/syft
|
||||
run: |
|
||||
OS="$(uname | tr '[:upper:]' '[:lower:]')"
|
||||
ARCH="$(dpkg --print-architecture)"
|
||||
|
||||
Reference in New Issue
Block a user