paligo artifact updates

This commit is contained in:
Timo 2021-07-12 21:33:45 +03:00
parent 108ba89396
commit 7b29d8a3ca

View File

@ -34,7 +34,7 @@ then
# re-build intermediate build stage from layer cache, run image and get artifacts ( paligo theme )
docker build --target builder -t builder-image:latest -f "$dockerfileLocation" .
mkdir -p ./paligo-theme
docker run -v /tmp/styles-export:./paligo-theme builder-image:latest
docker run -v "$(pwd)"/paligo-theme:/tmp/styles-export builder-image:latest
docker push "$imageName:latest"
docker tag "$imageName:latest" "$imageName:$version"