Skip to content

Commit

Permalink
save3
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Jan 2, 2024
1 parent 768ad95 commit eb36e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-ali.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
env:
IMAGE_TAG: ${{ github.sha }} # 用于标记容器版本号
run: |
docker build -t registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:$IMAGE_TAG ./moneynote-api-user
docker build -t registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:$IMAGE_TAG --file ./moneynote-api-user/Dockerfile .
docker push registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:$IMAGE_TAG

0 comments on commit eb36e08

Please sign in to comment.