Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kim.doyoung committed Nov 22, 2023
1 parent 2e42fa6 commit 276573b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
push: true
tags: ${{ env.SERVICE_NAME }}:${{ env.SERVICE_VERSION }}
tags: ${{ env.PRIVATE_REGISTRY_URL }}/${{ env.SERVICE_NAME }}:${{ env.SERVICE_VERSION }}
labels: ${{ env.SERVICE_VERSION }}

deploy:
Expand Down

0 comments on commit 276573b

Please sign in to comment.