Update dotnetcore.yml

This commit is contained in:
Gui.H 2022-10-12 10:48:00 +08:00 committed by GitHub
parent 1c57d820e2
commit 911467abf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,3 +112,7 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
# 进行 push # 进行 push
docker push $IMAGE_ID:$VERSION docker push $IMAGE_ID:$VERSION
# 再上传一份覆盖latest
docker tag $IMAGE_NAME:$VERSION $IMAGE_ID:latest
docker push $IMAGE_ID:latest