diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 2bdc19f..a9b87f9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -56,7 +56,7 @@ jobs: # We use commit sha here to be as safe as possible with credentials. - name: Log in to the Container registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 + uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}