-
Notifications
You must be signed in to change notification settings - Fork 77
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
🎁 Support for UBI 8 and 9 #228
base: main
Are you sure you want to change the base?
🎁 Support for UBI 8 and 9 #228
Conversation
1a26c39
to
aef3dc9
Compare
aef3dc9
to
8283de2
Compare
Looks great! Thanks! |
Although, something isn't right with the build matrix. It should be 6 jobs x 2 UBIs = 12 GH jobs, but we get only 2. |
Hum... yes, something weird about the matrix. |
b32c35d
to
c446634
Compare
See the jobs for latest commit. It looks well: https://github.com/cardil/quarkus-images/actions/runs/4755388344 |
|
||
jobs: | ||
|
||
build-images: | ||
name: Build images | ||
name: Build and Push images |
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.
It should not push by default.
- name: Build ${{ matrix.name }} | ||
run: mvn install --projects ${{ matrix.modules }} --also-make -DskipTests ${{ matrix.args }} | ||
|
||
- name: Login to GitHub Container Registry |
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.
There is a workflow for push.
With this, it would push PR and main builds. We want push to be explicit.
@cardil any chance to get back to this :) ? |
Fixes #227