diff --git a/.github/workflows/deploy-self-host.yml b/.github/workflows/deploy-self-host.yml index ab24a48..be1a473 100644 --- a/.github/workflows/deploy-self-host.yml +++ b/.github/workflows/deploy-self-host.yml @@ -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 \ No newline at end of file + docker push registry.cn-hongkong.aliyuncs.com/fec/web:$IMAGE_TAG + docker push registry.cn-hongkong.aliyuncs.com/fec/web:latest \ No newline at end of file