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

feat(earthly): automatically tag version based on VERSION found in Dockerfile #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tyzbit
Copy link
Contributor

@tyzbit tyzbit commented Nov 7, 2024

Automatically version bundles based on the primary VERSION found in Dockerfile, if none is found, fall back to previous behavior

ENV VERSION=1.0.0 will work
ENV APP_VERSION=1.0.0 will not work
ARG VERSION=1.0.0 will work

…ckerfile

VERSION=1.0.0 will work
APP_VERSION=1.0.0 will not work

Signed-off-by: Tyler Hawkins <[email protected]>
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