diff --git a/.github/workflows/publish-gh-image-and-chart.yml b/.github/workflows/publish-gh-image-and-chart.yml index 19ec3ecd..fe8e05df 100644 --- a/.github/workflows/publish-gh-image-and-chart.yml +++ b/.github/workflows/publish-gh-image-and-chart.yml @@ -81,7 +81,7 @@ jobs: ref: ${{ needs.check-tag.outputs.tag }} - name: Login to ${{ steps.get-registry.outputs.registry_repository }} - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}