Skip to content

Commit

Permalink
Merge pull request #797 from stakater/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v3
  • Loading branch information
MuneebAijaz authored Nov 20, 2024
2 parents eb42fce + 26ce083 commit 0d464cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
exit 1
- name: Login to GHCR Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: stakater-user
Expand Down

0 comments on commit 0d464cf

Please sign in to comment.