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

Add build-arg in make image-build command #578

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

aponcedeleonch
Copy link
Contributor

The build-arg prevents that the step for downloading the UI code is cached. This way we can ensure that we are always using the latest releasee from the UI when building the image locally. The build-arg is already present in the GH action to build and publish the image.

Additionally, remove the secret provided to the GH action to build the image. It was used when the containers were not public

The build-arg prevents that the step for downloading the UI code is cached.
This way we can ensure that we are always using the latest releasee from
the UI when building the image locally. The build-arg is already present
in the GH action to build and publish the image.

Additionally, remove the `secret` provided to the GH action to build the
image. It was used when the containers were not public
@aponcedeleonch aponcedeleonch requested a review from yrobla January 14, 2025 08:38
@aponcedeleonch aponcedeleonch merged commit c00dc18 into main Jan 14, 2025
2 checks passed
@aponcedeleonch aponcedeleonch deleted the update-img-build-cmd branch January 14, 2025 08:46
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.

3 participants