updated workflows

This commit is contained in:
Marvin Zhang
2022-06-03 17:15:59 +08:00
parent a0899fe83b
commit 04b1e3d731

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