-
Notifications
You must be signed in to change notification settings - Fork 145
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
Build and publish teemtee images via github action #3599
base: main
Are you sure you want to change the base?
Conversation
I've tried in my fork for 'mini' (and my repo) and it seems to work https://github.com/lukaszachy/tmt/actions/runs/13834189789/job/38705231266 |
Currently we do Line 733 in 0157aea
With this PR that bullet will change to ~ But ideally this action will be just mentioned in |
.github/workflows/publish-images.yml
Outdated
id: build-image-tmt | ||
with: | ||
image: tmt | ||
tags: latest |
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.
latest
is already default. Just FTR, not saying it's wrong to have it here explicitly.
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.
right you are, i'll drop it
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.
I was looking into the build&publish best practices and found nothing useful. The redhat-actions build and push actions seems to be not updated since about a year ago. Are people using tekton/konflux?
One idea - would using github image registry and "registry sync" action make sense?
That would be good for dogfooding purposes, but I don't think it is worth the setup hassle right now. |
Co-authored-by: Martin Hoyer <mhoyer@redhat.com>
For now, I'd trigger them manually once the updates are in the Fedora repos and use those instead od copr. Also would be good to build aarch64. |
I've put it as a separate action triggered manually because I'm out of ideas how to trigger this automatically during the release process. Containers use
copr @teemtee/stable
to get the builds, and those have to exists at the time we are building the images.Any ideas?
Pull Request Checklist