diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 21b7805..acd157c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -50,7 +50,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@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}