You've already forked docker-hub-description-updater
Compare commits
2 Commits
2f0a9f2cde
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
9793fb9d1e
|
|||
|
03fff9894f
|
@@ -26,4 +26,4 @@ jobs:
|
|||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- uses: golangci/golangci-lint-action@v9.2.0
|
- uses: golangci/golangci-lint-action@v9.2.0
|
||||||
with:
|
with:
|
||||||
version: v2.11.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
version: v2.12.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: docker/setup-qemu-action@v4.0.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
|
- uses: actions/setup-go@v6.4.0
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
@@ -28,9 +30,9 @@ jobs:
|
|||||||
GITEA_TOKEN: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||||
GONOSUMDB: ${{ vars.GONOSUMDB }}
|
GONOSUMDB: ${{ vars.GONOSUMDB }}
|
||||||
GOPROXY: ${{ vars.GOPROXY }}
|
GOPROXY: ${{ vars.GOPROXY }}
|
||||||
uses: goreleaser/goreleaser-action@v7.1.0
|
uses: goreleaser/goreleaser-action@v7.2.1
|
||||||
with:
|
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
|
args: release --clean
|
||||||
|
|
||||||
sync-to-hub-docker-io:
|
sync-to-hub-docker-io:
|
||||||
|
|||||||
Reference in New Issue
Block a user