Skip to content

Commit

Permalink
github action image build
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Jun 16, 2024
1 parent 6647ef1 commit 77640a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/templates-build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 77640a7

Please sign in to comment.