diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f7aa975..8e116c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: run: make build/package - name: Log in to the Container registry if: ${{ needs.release.outputs.published == 'true' }} - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ghcr.io username: ${{ github.actor }} @@ -96,7 +96,7 @@ jobs: steps: - name: Log in to the Container registry if: ${{ needs.release.outputs.published == 'true' }} - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: registry: ghcr.io username: ${{ github.actor }}