-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bake workflow #3204
base: master
Are you sure you want to change the base?
Bake workflow #3204
Conversation
channel: | ||
- mainline | ||
- labs |
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 slight difference now when we want to release the Dockerfile frontend. Previously we had to push a tag for each channel like dockerfile/1.4.0
, dockerfile/1.4.0-labs
. Now you only have to push a single tag dockerfile/1.4.0
and this will release channels specified in this matrix.
4cbc72f
to
6a792ae
Compare
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
needs #3237
Switch to buildx bake workflow to ease building and validating the project.
hack/test
is the only one that has not been touched for now but we can look at it in a follow-up.