You've already forked docker-hub-description-updater
Compare commits
3 Commits
57dcde5c21
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
c28756bc95
|
|||
| 10c22ca92c | |||
|
a9aedcb1ce
|
@@ -19,7 +19,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6.3.0
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: docker/login-action@v3.7.0
|
||||
- uses: docker/login-action@v4.0.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
GITEA_TOKEN: ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }}
|
||||
GONOSUMDB: ${{ vars.GONOSUMDB }}
|
||||
GOPROXY: ${{ vars.GOPROXY }}
|
||||
uses: goreleaser/goreleaser-action@v6.4.0
|
||||
uses: goreleaser/goreleaser-action@v7.0.0
|
||||
with:
|
||||
version: v2.14.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
args: release --clean
|
||||
|
||||
Reference in New Issue
Block a user