-
Notifications
You must be signed in to change notification settings - Fork 377
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
more features for build-docker-image
#791
Conversation
bors try |
ac498d6
to
c01a083
Compare
bors try- bors try |
tryBuild failed: |
oh yeah, since we run this ci on a different branch, the annotations won't show up here :/ might have to use gh api for that |
maybe add a run for if a specific dockerfile is changed that is run on the pr branch |
c01a083
to
ad264d8
Compare
8908434
to
759d4f0
Compare
you can now specify * tag `--tag` * repository `--repository` * disable caching `--no-cache` * do a dry run `--dry-run` * disable fastfail `--no-fastfail` * run every target that exists in current CI `--from-ci` this also makes it so that if running `build-docker-image` on github actions, a summary will be shown signaling success or failure for the target(s)
759d4f0
to
37c379b
Compare
I'm fine with it as-is, or if you remove the warning mentioned above. Feel free to |
I've made it so it's only shown in multi target builds, which we have none of right now. |
bors r+ |
Build succeeded: |
you can now specify
--tag
--repository
--no-cache
--dry-run
--no-fastfail
--from-ci
this also makes it so that if running
build-docker-image
on github actions with multiple targets,a summary will be shown signaling success or failure for the target(s)