Skip to content

Commit

Permalink
Added image removal for pythin build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Apr 2, 2024
1 parent bfc2e53 commit 0821381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service_config/build_python_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ do
echo "Pushing ${versioned_image_name} and ${latest_image_name}"
docker push "${versioned_image_name}"
docker push "${latest_image_name}"
docker rmi -f "${versioned_image_name}"
docker rmi -f "${latest_image_name}"
cd ..
done

0 comments on commit 0821381

Please sign in to comment.