chore(deps): update docker/login-action action to v3.5.0
All checks were successful
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 1m50s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 1m7s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 30s
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 1m11s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 58s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 31s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Successful in 32s

This commit is contained in:
2025-08-04 16:04:07 +00:00
parent 7ed6fee298
commit a032247c59

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v5.5.0
with:
go-version: stable
- uses: docker/login-action@v3.4.0
- uses: docker/login-action@v3.5.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}