boundless-pizza-95864
07/27/2022, 5:05 PMswift-animal-75798
08/04/2022, 12:57 PMboundless-pizza-95864
08/05/2022, 9:06 PMmvn deploy
which is run in the Release snapshot with Maven step in the build-snapshot job in the build action.
After switching to the jib-maven plugin in https://github.com/flyteorg/flytekit-java/pull/111 the Docker image is still built. I.e. see latest build: https://github.com/flyteorg/flytekit-java/runs/7691970637?check_suite_focus=true#step:7:7260
It looks like t’s not pushed anymore, though.boundless-pizza-95864
08/05/2022, 9:23 PMjib:dockerBuild
uses the Docker daemon to build, but does not push in contrast to using jib:build
which also pushes the image.swift-animal-75798
08/06/2022, 12:31 AM