diff --git a/.github/workflows/proto-dockerfile.yml b/.github/workflows/proto-dockerfile.yml index 420ed9545..97eb633ef 100644 --- a/.github/workflows/proto-dockerfile.yml +++ b/.github/workflows/proto-dockerfile.yml @@ -49,7 +49,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Log in to the container registry - uses: docker/login-action@v1.11.0 + uses: docker/login-action@v1.12.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}