updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 17:15:59 +08:00
parent 6964b45b45
commit ae93f64b38

View File

@@ -141,5 +141,5 @@ jobs:
run: |
IMAGE_VERSION=${{needs.setup.outputs.version}}
IMAGE_ID=$IMAGE_NAME_CRAWLAB
docker tag image $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
docker tag image $IMAGE_ID:$IMAGE_VERSION
docker push $IMAGE_ID:$IMAGE_VERSION