mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated workflow
This commit is contained in:
4
.github/workflows/dockerpush.yml
vendored
4
.github/workflows/dockerpush.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
docker tag image $IMAGE_ID:$VERSION
|
||||
docker push $IMAGE_ID:$VERSION
|
||||
|
||||
if [[ $VERSION -eq "latest" ]]; then
|
||||
if [[ $VERSION -eq "latest" ]]; then
|
||||
docker tag image $IMAGE_ID:main
|
||||
docker push $IMAGE_ID:main
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user