8000 Proposal: Support ability to force the docker build and push workflow to push images · Issue #134 · celestiaorg/.github · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Proposal: Support ability to force the docker build and push workflow to push images #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
chatton opened this issue Apr 17, 2025 · 1 comment

Comments

@chatton
Copy link
Contributor
chatton commented Apr 17, 2025

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.

@MSevey
Copy link
Contributor
MSevey commented Apr 21, 2025

All you should need to do is open a PR. The PR can even be in draft. You don't need the PR to be merged to build amd images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0