LeapBeyond/catwalk

Docker build action is pushing PR builds

andyr0id opened this issue · 0 comments

When a PR is opened (see here for an example), the docker build action is triggered. This also pushes the docker image, which is not desired.

The build script already contains an argument to suppress the push, so this should be used in the context of a pull request. e.g. ./build.sh false