diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 90a4084..e2e9334 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -168,7 +168,7 @@ jobs: echo "path=${package_dir}/${{ matrix.chart }}-${{ steps.chart_version.outputs.version }}.tgz" >> $GITHUB_OUTPUT - name: Login to OCI registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67513ab..cf72a0f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - name: Login to OCI registry - uses: docker/login-action@v2 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ghcr.io username: ${{ github.actor }}