diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66c135b..a544f13 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: ref: ${{ needs.release.outputs.release-tag }} - name: "Log in to the Container registry" - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}