Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74921135d2
|
@@ -22,7 +22,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||||
- uses: oras-project/setup-oras@1d808f7d7f6995cc68b7bf507bfe5c5446e1dc9d # v2.0.1
|
- uses: oras-project/setup-oras@1d808f7d7f6995cc68b7bf507bfe5c5446e1dc9d # v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 1.3.4 # renovate: datasource=github-tags depName=oras-project/oras extractVersion='^v?(?<version>.*)$'
|
version: 1.3.3 # 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
|
||||||
run: |
|
run: |
|
||||||
oras push git.cryptic.systems/volker.raschek/db-wait:artifacthub.io \
|
oras push git.cryptic.systems/volker.raschek/db-wait:artifacthub.io \
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ jobs:
|
|||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
|
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
|
||||||
with:
|
with:
|
||||||
version: v2.13.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
version: v2.13.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
|
|||||||
@@ -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.51.1" # renovate: datasource=github-releases depName=anchore/syft
|
SYFT_VERSION: "1.51.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