cannot push -d after tag
This commit is contained in:
parent
5bae2f8eab
commit
897028f9bf
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user