You've already forked db-wait
Compare commits
6 Commits
63b7fb4b2d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 53c9594ab4 | |||
|
cf67271e61
|
|||
| a0691e19e2 | |||
|
f3a741c6a2
|
|||
| 8eacf52dca | |||
|
82a7354e34
|
@@ -10,7 +10,7 @@ jobs:
|
|||||||
name: "Upload artifacthub-repo.yml to OCI registry"
|
name: "Upload artifacthub-repo.yml to OCI registry"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.3
|
||||||
- uses: docker/login-action@v4.2.0
|
- uses: docker/login-action@v4.2.0
|
||||||
with:
|
with:
|
||||||
registry: ${{ github.server_url }}
|
registry: ${{ github.server_url }}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
go: [ stable ]
|
go: [ stable ]
|
||||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.3
|
||||||
- uses: actions/setup-go@v6.4.0
|
- uses: actions/setup-go@v6.4.0
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
go: [ stable ]
|
go: [ stable ]
|
||||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.3
|
||||||
- uses: actions/setup-go@v6.4.0
|
- uses: actions/setup-go@v6.4.0
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
name: "Run markdown linter"
|
name: "Run markdown linter"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.3
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
@@ -12,14 +12,14 @@ jobs:
|
|||||||
name: "Release application"
|
name: "Release application"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install curl
|
- name: Install curl
|
||||||
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.45.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)"
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- uses: volker-raschek/cosign-installer@v4.1.2-rc3
|
- 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.1.0
|
||||||
with:
|
with:
|
||||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||||
- uses: docker/setup-buildx-action@v4.1.0
|
- uses: docker/setup-buildx-action@v4.1.0
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
GOPROXY: ${{ vars.GOPROXY }}
|
GOPROXY: ${{ vars.GOPROXY }}
|
||||||
uses: goreleaser/goreleaser-action@v7.2.2
|
uses: goreleaser/goreleaser-action@v7.2.2
|
||||||
with:
|
with:
|
||||||
version: v2.15.4 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
version: v2.16.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||||
args: release --clean
|
args: release --clean
|
||||||
|
|
||||||
sync-to-hub-docker-io:
|
sync-to-hub-docker-io:
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
update-description-on-hub-docker-io:
|
update-description-on-hub-docker-io:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.3
|
||||||
- uses: peter-evans/dockerhub-description@v5.0.0
|
- uses: peter-evans/dockerhub-description@v5.0.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user