You've already forked docker-hub-description-updater
Compare commits
2 Commits
2f0a9f2cde
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
183a7fc607
|
|||
|
03fff9894f
|
@@ -16,6 +16,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
with:
|
||||
go-version: stable
|
||||
@@ -28,9 +30,9 @@ jobs:
|
||||
GITEA_TOKEN: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||
GONOSUMDB: ${{ vars.GONOSUMDB }}
|
||||
GOPROXY: ${{ vars.GOPROXY }}
|
||||
uses: goreleaser/goreleaser-action@v7.1.0
|
||||
uses: goreleaser/goreleaser-action@v7.2.1
|
||||
with:
|
||||
version: v2.15.3 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
version: v2.15.4 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
args: release --clean
|
||||
|
||||
sync-to-hub-docker-io:
|
||||
|
||||
Reference in New Issue
Block a user