Skip to content

Commit

Permalink
ci: update github login action
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Oct 13, 2024
1 parent a4e7282 commit 22f4b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
with:
go-version: '1.23'
- run: go build ./cmd/semantic-release/
- uses: docker/login-action@v1
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/login-action@v1
- uses: docker/login-action@v3
with:
registry: registry.gitlab.com
username: ${{ secrets.GITLAB_REGISTRY_USER }}
Expand Down

0 comments on commit 22f4b00

Please sign in to comment.