mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated workflows
This commit is contained in:
2
.github/workflows/dockerpush.yml
vendored
2
.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 == "latest" ]]; then
|
||||
docker tag image $IMAGE_ID:main
|
||||
docker push $IMAGE_ID:main
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user