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

Separate triggering and nontriggering Docker build arguments #241

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

benmandrew
Copy link
Contributor

As requested in https://github.com/tarides/infrastructure/issues/285, sometimes we would like to have build argument inputs that, when changed, do not trigger a rebuild. This is useful for a staging environment vs a live environment.

However, specifying only Docker build args as triggering or nontriggering is very use-case-specific. Ideally we would have a more streamlined way to specify all inputs as either triggering or nontriggering, but this would require quite a bit of refactoring.

This is a breaking change; at the very least ocurrent-deployer will have to be modified as well.

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

Successfully merging this pull request may close these issues.

1 participant