From 1b350b320f14b823c68daf80f3b0853d638989f0 Mon Sep 17 00:00:00 2001 From: devxb Date: Thu, 11 Apr 2024 15:31:36 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20ghcr=20=ED=86=A0=ED=81=B0=EC=9D=84=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c51851..3cbed9b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GHCR_TOKEN }} - name: extract version run: echo "##[set-output name=version;]$(echo '${{ github.event.head_commit.message }}' | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}')" @@ -63,7 +63,7 @@ jobs: platforms: linux/arm64/v8 push: true tags: | - ghcr.io/devxb:gitanimals-0.0.2 + ghcr.io/devxb/gitanimals:0.0.2 build-args: | "DB_URL=${{ secrets.DB_URL }}" "DB_USERNAME=${{ secrets.DB_USERNAME }}"