We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e7282 commit 22f4b00Copy full SHA for 22f4b00
.github/workflows/ci.yml
@@ -52,12 +52,12 @@ jobs:
52
with:
53
go-version: '1.23'
54
- run: go build ./cmd/semantic-release/
55
- - uses: docker/login-action@v1
+ - uses: docker/login-action@v3
56
57
registry: ghcr.io
58
username: ${{ github.actor }}
59
password: ${{ secrets.GITHUB_TOKEN }}
60
61
62
registry: registry.gitlab.com
63
username: ${{ secrets.GITLAB_REGISTRY_USER }}
0 commit comments