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

Bake workflow #3204

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Bake workflow #3204

wants to merge 14 commits into from

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Oct 20, 2022

needs #3237

Switch to buildx bake workflow to ease building and validating the project.

  • bake targets
    • vendor / validate-vendor
    • authors / validate-authors
    • lint
    • binaries / binaries-cross
    • release
    • generated-files / validate-generated-files
    • shfmt / validate-shfmt
    • image / image-all
    • frontend / frontend-all (dockerfile)

hack/test is the only one that has not been touched for now but we can look at it in a follow-up.

Comment on lines +148 to +154
channel:
- mainline
- labs
Copy link
Member Author

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.

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

Successfully merging this pull request may close these issues.

1 participant