Skip to content

Commit 22f4b00

Browse files
ci: update github login action
1 parent a4e7282 commit 22f4b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
with:
5353
go-version: '1.23'
5454
- run: go build ./cmd/semantic-release/
55-
- uses: docker/login-action@v1
55+
- uses: docker/login-action@v3
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}
5959
password: ${{ secrets.GITHUB_TOKEN }}
60-
- uses: docker/login-action@v1
60+
- uses: docker/login-action@v3
6161
with:
6262
registry: registry.gitlab.com
6363
username: ${{ secrets.GITLAB_REGISTRY_USER }}

0 commit comments

Comments
 (0)