You've already forked tarr
chore(deps): update actions
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 42s
Lint Markdown files / Run markdown linter (pull_request) Failing after 12m49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 12m54s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 1m49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 1m31s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 42s
Lint Markdown files / Run markdown linter (pull_request) Failing after 12m49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 12m54s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 1m49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 1m31s
This commit is contained in:
@@ -12,16 +12,16 @@ jobs:
|
||||
name: "Release application"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: actions/checkout@v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
- uses: docker/setup-qemu-action@v4.1.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: actions/setup-go@v6.4.0
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: docker/login-action@v4.1.0
|
||||
- uses: docker/login-action@v4.2.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -30,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.2
|
||||
with:
|
||||
version: v2.15.3 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
version: v2.16.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||
args: release --clean
|
||||
|
||||
sync-to-hub-docker-io:
|
||||
|
||||
Reference in New Issue
Block a user