Skip to content

Commit

Permalink
fix(docker): fix push multi tag
Browse files Browse the repository at this point in the history
  • Loading branch information
PaiJi committed Jan 20, 2024
1 parent 351e3cf commit 6262858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-self-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t registry.cn-hongkong.aliyuncs.com/fec/web:$IMAGE_TAG -t registry.cn-hongkong.aliyuncs.com/fec/web:latest .
docker push --a registry.cn-hongkong.aliyuncs.com/fec/web:latest
docker push registry.cn-hongkong.aliyuncs.com/fec/web:$IMAGE_TAG
docker push registry.cn-hongkong.aliyuncs.com/fec/web:latest

0 comments on commit 6262858

Please sign in to comment.