You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of ways that I would like Docker workflow triggers to be improved:
If an edge build is running for develop and develop gets a new push, cancel the current run.
If an edge build is running for develop and develop gets a new release tag, finish the current run, then run the release tag build (since cached layers get reused)
If the build-docker label is added to a PR, build the Docker image for the current branch, upload it (maybe? just want it for testing), and remove the label.
The text was updated successfully, but these errors were encountered:
There are a couple of ways that I would like Docker workflow triggers to be improved:
build-docker
label is added to a PR, build the Docker image for the current branch, upload it (maybe? just want it for testing), and remove the label.The text was updated successfully, but these errors were encountered: