Skip to content
Snippets Groups Projects
Commit 901abbee authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

buld new for debugging

parent b31ecb06
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ build_and_push:
for image in "${IMAGES[@]}"; do
echo "$image";
cd "$image";
docker build -t "$IMAGE_PREFIX/etp_${image}" .;
docker build -t "$IMAGE_PREFIX/etp_${image}" . --no-chache;
docker push "$IMAGE_PREFIX/etp_${image}";
cd ../;
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment