paligo artifact updates
This commit is contained in:
parent
108ba89396
commit
7b29d8a3ca
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user