diff --git a/.github/workflows/ghcr-main-dev.yml b/.github/workflows/ghcr-main-dev.yml index 4984e4bb..f3370291 100644 --- a/.github/workflows/ghcr-main-dev.yml +++ b/.github/workflows/ghcr-main-dev.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 1fbb1089..9aab2d43 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}