From 77640a7a1050b5a39c6972deac22e1b4fce751bf Mon Sep 17 00:00:00 2001 From: xchen Date: Wed, 1 May 2024 20:27:55 -0700 Subject: [PATCH] github action image build --- .github/workflows/templates-build-push-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/templates-build-push-image.yml b/.github/workflows/templates-build-push-image.yml index bf457cfc8..16f5d8440 100644 --- a/.github/workflows/templates-build-push-image.yml +++ b/.github/workflows/templates-build-push-image.yml @@ -43,7 +43,7 @@ jobs: uses: docker/login-action@v3 with: registry: ghcr.io - username: locmai + username: hkfgo password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push preview image @@ -52,5 +52,5 @@ jobs: build-args: VERSION="${{ env.artifact_full_version }}" context: ./src/ file: ./src/${{ inputs.project_name }}/Dockerfile.linux - tags: ghcr.io/locmai/${{ env.image_commit_uri }},ghcr.io/locmai/${{ env.image_latest_uri }} + tags: ghcr.io/hkfgo/${{ env.image_commit_uri }},ghcr.io/hkfgo/${{ env.image_latest_uri }} push: true \ No newline at end of file