LeapBeyond / catwalk

A platform for models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build action is pushing PR builds

andyr0id opened this issue · 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