with proper name

This commit is contained in:
2022-08-11 01:24:26 +02:00
parent b1a415a6ca
commit 84b5497460
3 changed files with 5 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ cuddle_cli x build_release
echo "running docker image"
tag="$REGISTRY/$NAME:$COMMIT_SHA"
tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}"
container_id=$(docker run -d "$tag")