Skip to content
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

Allow single build, multiple pushes #19

Open
Darhazer opened this issue Dec 9, 2021 · 0 comments
Open

Allow single build, multiple pushes #19

Darhazer opened this issue Dec 9, 2021 · 0 comments

Comments

@Darhazer
Copy link

Darhazer commented Dec 9, 2021

If we want to deploy the same image to multiple apps, currently it requires each one to run the whole build/push/release phase.
Even on a single app, one has to push the image to both the release and web workers, making it two build/push/release builds, wasting CPU time that way.

It would be great to be able to split those and build only once, and then push multiple times the already built image.

UPDATE: Just found out that 1.4.0 supports multiple process types. It at least allows for single build for web,release. The option for multiple apps however is still missing

@BNMetrics BNMetrics mentioned this issue Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant