Skip to content

Commit

Permalink
fix: 도커이미지명 lowercase로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
cofls6581 committed Jul 29, 2023
1 parent 65a5c29 commit 95eeacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildApiServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
with:
context: ./HIGOODS-Api
push: true
tags: higoods2023/HIGOODS-Api:${{ steps.get_version.outputs.VERSION }}
tags: higoods2023/higoods-api:${{ steps.get_version.outputs.VERSION }}

0 comments on commit 95eeacc

Please sign in to comment.