Skip to content

Commit a999ebc

Browse files
Merge pull request #851 from rancher/dependabot/github_actions/docker/login-action-4
chore(deps): Bump docker/login-action from 3 to 4
2 parents 178a1b9 + e014722 commit a999ebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version-file: go.mod
2929
- name: Docker login ghcr.io
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
registry: ${{ env.GHCR_REGISTRY }}
3333
username: ${{ github.actor }}
@@ -42,7 +42,7 @@ jobs:
4242
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME_REGISTRY_PASSWORD;
4343
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials registry | PRIME_REGISTRY;
4444
- name: Docker login to prime registry
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
registry: ${{ env.PRIME_REGISTRY }}
4848
username: ${{ env.PRIME_REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)