diff --git a/.github/workflows/build-with-latex.yml b/.github/workflows/build-with-latex.yml index bb79b5ef..49213747 100644 --- a/.github/workflows/build-with-latex.yml +++ b/.github/workflows/build-with-latex.yml @@ -7,7 +7,7 @@ on: - 'master' env: - REGISTRY: ghcr.io + REGISTRY: ${{ secrets.REGISTRY }} IMAGE_NAME: ${{ github.repository }}_with_latex jobs: