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

Update github CI to use ${GITHUB_SHA::7} for build tag instead of main #26

Open
aknochow opened this issue Feb 13, 2024 · 0 comments
Open

Comments

@aknochow
Copy link
Member

aknochow commented Feb 13, 2024

The Github action currently builds the operator using the main tag in the ci which could potentially cause issues if AlwaysPull was not the image policy, which by default it is not. Rather than change the default image policy, we can set the image tag dynamically to a shortened PR SHA ${GITHUB_SHA::7} as we do in 3ci.

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

No branches or pull requests

2 participants
@aknochow and others