Skip to content
Snippets Groups Projects
Commit 22f4b00d authored by Christoph Witzko's avatar Christoph Witzko
Browse files

ci: update github login action

parent a4e72823
Branches master
No related tags found
No related merge requests found
...@@ -52,12 +52,12 @@ jobs: ...@@ -52,12 +52,12 @@ jobs:
with: with:
go-version: '1.23' go-version: '1.23'
- run: go build ./cmd/semantic-release/ - run: go build ./cmd/semantic-release/
- uses: docker/login-action@v1 - uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/login-action@v1 - uses: docker/login-action@v3
with: with:
registry: registry.gitlab.com registry: registry.gitlab.com
username: ${{ secrets.GITLAB_REGISTRY_USER }} username: ${{ secrets.GITLAB_REGISTRY_USER }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment