We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 178a1b9 + e014722 commit a999ebcCopy full SHA for a999ebc
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
go-version-file: go.mod
29
- name: Docker login ghcr.io
30
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
31
32
registry: ${{ env.GHCR_REGISTRY }}
33
username: ${{ github.actor }}
@@ -42,7 +42,7 @@ jobs:
42
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME_REGISTRY_PASSWORD;
43
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials registry | PRIME_REGISTRY;
44
- name: Docker login to prime registry
45
46
47
registry: ${{ env.PRIME_REGISTRY }}
48
username: ${{ env.PRIME_REGISTRY_USERNAME }}
0 commit comments