diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecb256b..a7dd045 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: STEPS_GET_HELM_VERSION_OUTPUTS_VERSION: ${{ steps.get_helm_version.outputs.version }} STEPS_GET_VERSION_OUTPUTS_VERSION: ${{ steps.get_version.outputs.version }} - name: Log in to GHCR - uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1 + uses: redhat-actions/podman-login@50c2d9a331bb67c8fdab99b86455fad05e2e3252 # v2.0 with: registry: ghcr.io/${{ github.repository_owner }} username: ${{ github.actor }}