diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index e7298cc..2c5aca5 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Log into the Container registry - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}