From f98d5537df28ddb47cfa0c64b6ff6a4027591f80 Mon Sep 17 00:00:00 2001 From: Yuki <60097976+binaryYuki@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:14:43 +0000 Subject: [PATCH] Update build-with-latex.yml --- .github/workflows/build-with-latex.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-with-latex.yml b/.github/workflows/build-with-latex.yml index 173d482a..bb79b5ef 100644 --- a/.github/workflows/build-with-latex.yml +++ b/.github/workflows/build-with-latex.yml @@ -24,9 +24,9 @@ jobs: - name: Log in to the Container registry uses: docker/login-action@v2 with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + registry: ${{ secrets.REGISTRY }} + username: ${{ secrets.USERNAME }} + password: ${{ secrets.PASSWORD }} - name: Extract metadata (tags, labels) for Docker id: meta