diff --git a/.github/workflows/push-helm-chart.yaml b/.github/workflows/push-helm-chart.yaml index 507a083ab..48361c85c 100644 --- a/.github/workflows/push-helm-chart.yaml +++ b/.github/workflows/push-helm-chart.yaml @@ -68,7 +68,7 @@ jobs: exit 1 - name: Login to GHCR Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io/stakater username: ${{ secrets.GHCR_USERNAME }}