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

fix: Set BASE_TAG build arg again before shell use #7

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

matthewfeickert
Copy link
Member

Using a build arg as part of FROM will clear its value, so just reset the build arg again before it is needed to be used as a shell environment variable in a RUN command.

* Using a build arg as part of FROM will clear its value, so just reset
  the build arg again before it is needed to be used as a shell environment
  variable in a RUN command.
@matthewfeickert matthewfeickert self-assigned this Mar 26, 2024
@matthewfeickert matthewfeickert merged commit 9a48f56 into main Mar 26, 2024
@matthewfeickert matthewfeickert deleted the fix/properly-use-dockerfile-name branch March 26, 2024 23:22
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.

Stable container creation
1 participant