-
Notifications
You must be signed in to change notification settings - Fork 99
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 k0s artifacts #3193
Add k0s artifacts #3193
Conversation
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
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.
no better way to see if it works than to run it :D
@jimmykarily i did run on the pr once just to be sure at least that one produces a working image ... but yeah master and release are always a gamble :P |
IMAGE_NAME="quay.io/kairos/ci-temp-images:${{ steps.split.outputs.flavor }}-${{ steps.split.outputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}" | ||
# Add kubernetes_distro and kubernetes_version if they are set | ||
if [[ -n "${{ inputs.kubernetes_distro }}" ]]; then | ||
IMAGE_NAME+="-${{ inputs.kubernetes_distro }}" |
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.
oooh this is nice, maybe put it on the release reusable as well? Very nice
notice that we dont push to a fixed place anymore to waste time. Temp images can be found at https://quay.io/repository/kairos/ci-temp-images?tab=tags&tag=latest but they expire after 6 hours. Master builds are no longer pushed to a fixed place as well, no point into that when its that easy to build your own one :D |
mmmmh I take issue with that 😭 |
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
fixes #3157