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

typo

parent dc4034e3
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}" . --no-chache;
docker build -t "$IMAGE_PREFIX/etp_${image}" . --no-cache;
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