cannot push -d after tag
This commit is contained in:
@@ -8,7 +8,7 @@ echo "running docker image"
|
|||||||
|
|
||||||
tag="$REGISTRY/$NAME:$COMMIT_SHA"
|
tag="$REGISTRY/$NAME:$COMMIT_SHA"
|
||||||
|
|
||||||
docker run --rm "$tag" -d
|
docker run --rm -d "$tag"
|
||||||
|
|
||||||
sleep 10s
|
sleep 10s
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user