- Notifications
You must be signed in to change notification settings - Fork899
chore: set build arg for publishing version#74
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR ensures that the version build argument is set correctly during the Docker image build process, both in the build layer and via the GitHub Actions workflow.
- Converted cron and tag schedule values to use consistent double quotes.
- Updated YAML formatting for consistency.
- Added build-args to pass the version using the GitHub reference name.
Files not reviewed (1)
- Dockerfile: Language not supported
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused.Learn more
5c6f43d
intomainUh oh!
There was an error while loading.Please reload this page.
The version build arg needs to be passed through to the correct layer in the docker image build, and the build arg also needs to be passed through to the image build from the actions workflow.