Skip to content

Commit

Permalink
Merge pull request #344 from WDAqua/adjust-docker-build-workflow
Browse files Browse the repository at this point in the history
Added image removal for python build script
  • Loading branch information
dschiese authored Apr 2, 2024
2 parents bfc2e53 + 0821381 commit 0580c8d
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 0580c8d

Please sign in to comment.