We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed97e6b + 0e44439 commit 6e37845Copy full SHA for 6e37845
.github/workflows/build-release.yaml
@@ -45,7 +45,7 @@ jobs:
45
uses: docker/setup-qemu-action@v2
46
47
- name: Docker Login
48
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
49
with:
50
registry: ghcr.io
51
username: ${{ github.actor }}
@@ -109,7 +109,7 @@ jobs:
109
110
steps:
111
- name: Log in to the Container registry
112
113
114
115
.github/workflows/chart-publish.yaml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments