added docker to type

This commit is contained in:
2022-08-12 00:56:48 +02:00
parent 8909b60721
commit df881c07e1
2 changed files with 10 additions and 0 deletions

View File

@@ -4,4 +4,6 @@ set -e
tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}"
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
DOCKER_BUILDKIT=1 docker build -t "$tag" -f "$TMP/build_cuddle_image.Dockerfile" .