Skip to content

Commit 0d464cf

Browse files
authored
Merge pull request #797 from stakater/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3
2 parents eb42fce + 26ce083 commit 0d464cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
exit 1
7070
7171
- name: Login to GHCR Registry
72-
uses: docker/login-action@v2
72+
uses: docker/login-action@v3
7373
with:
7474
registry: ${{ env.REGISTRY }}
7575
username: stakater-user

0 commit comments

Comments
 (0)