From bc1f5077807850699823cec45fdc48297835e6b6 Mon Sep 17 00:00:00 2001 From: cairo <101215230+cairoeth@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:16:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI=20use=20GArtifact=20json=20lo?= =?UTF-8?q?gin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-infra.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-infra.yaml b/.github/workflows/build-infra.yaml index d5216c2..0ea1d9d 100644 --- a/.github/workflows/build-infra.yaml +++ b/.github/workflows/build-infra.yaml @@ -54,8 +54,8 @@ jobs: uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c with: registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + username: _json_key + password: ${{ secrets.GAR_JSON_KEY }} # Extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action