-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
ci: use docker/build-push-action #6425
Conversation
lint check by https://github.com/rhysd/actionlint ❯ pwd
/Users/watarukura/src/github.com/watarukura/redash/.github/workflows
❯ actionlint -verbose ci.yml
verbose: Linting ci.yml
verbose: Using project at /Users/watarukura/src/github.com/watarukura/redash
verbose: Found 0 parse errors in 0 ms for ci.yml
verbose: Found total 0 errors in 717 ms for ci.yml |
Thanks, that looks like the right kind of thing. 😄 |
Codecov Report
@@ Coverage Diff @@
## master #6425 +/- ##
=======================================
Coverage 60.94% 60.94%
=======================================
Files 156 156
Lines 12758 12758
Branches 1735 1735
=======================================
Hits 7775 7775
Misses 4752 4752
Partials 231 231 |
Ahhh. This looks like it's failing when the Asking because it's kind of important. Anyone that forks this repo isn't going to have those set in their repository, so their CI will immediately start throwing errors if we don't somehow work around the problem. 😄 |
OK, please wait... |
The concept seems ok, but it looks like you need some quote characters added (or similar). 😄 |
k, this looks good. We can't test things out completely until @arikfr adds the login credentials to our GitHub settings, but that can come later on. Thanks for getting this done @watarukura. 😄 |
@justinclift Thanks for great help! |
This needs the appropriate Docker Hub login credentials set in our GitHub settings before it will work properly. * DOCKER_USER environment variable * DOCKER_PASS secret
This is awesome, thanks so much @watarukura ! |
What type of PR is this?
Description
How is this tested?
Related Tickets & Documents
https://discord.com/channels/1029619790563790848/1029619790563790851/1148007830805282958
sid's idea is very good, I want to new preview docker image.
Mobile & Desktop Screenshots/Recordings (if there are UI changes)