cannot push -d after tag

This commit is contained in:
Kasper Juul Hermansen 2022-08-11 01:08:01 +02:00
parent 5bae2f8eab
commit 897028f9bf
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -8,7 +8,7 @@ echo "running docker image"
tag="$REGISTRY/$NAME:$COMMIT_SHA"
docker run --rm "$tag" -d
docker run --rm -d "$tag"
sleep 10s