diff --git a/.github/workflows/test-build-publish.yaml b/.github/workflows/test-build-publish.yaml index a274d717c2..6c47b21744 100644 --- a/.github/workflows/test-build-publish.yaml +++ b/.github/workflows/test-build-publish.yaml @@ -149,7 +149,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to the GitHub Container registry - uses: docker/login-action@83a00bc1ab5ded6580f31df1c49e6aaa932d840d + uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 with: registry: ${{ env.GITHUB_CR }} username: ${{ github.actor }}