Proposal: Support ability to force the docker build and push workflow to push images · Issue #134 · celestiaorg/.github · GitHub
More Web Proxy on the site http://driver.im/
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
I am working on writing an E2E test using knuu, but dev flow currently requires a PR be merged to main or a release branch before any images are actually built an pushed.
In celestia-app it is currently possible to use workflow_dispatch to trigger the reusable_dockerfile_pipeline workflow, however the actual build and push of the image is skipped due to the issue mentioned above.
It would be nice to be able to trigger builds of development images. A simple solution would be add an extra input to the workflow which would be propagated down to trigger the build & push, and would be set via the workflow_dispatch input of the calling repo.
The text was updated successfully, but these errors were encountered:
I am working on writing an E2E test using knuu, but dev flow currently requires a PR be merged to main or a release branch before any images are actually built an pushed.
In
celestia-app
it is currently possible to useworkflow_dispatch
to trigger thereusable_dockerfile_pipeline
workflow, however the actual build and push of the image is skipped due to the issue mentioned above.It would be nice to be able to trigger builds of development images. A simple solution would be add an extra input to the workflow which would be propagated down to trigger the build & push, and would be set via the
workflow_dispatch
input of the calling repo.The text was updated successfully, but these errors were encountered: