-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix(ci): docker image push fixes #395
Conversation
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.
Sorry for jinxing this. 😅
Absolutely no worries @kenibrewer ! Thanks for the earlier review. After seeing the scheduled job failure I decided to apply further fixes for the image tags, Dockerfile location, and removing tests from the build source (I believe the earlier copy for testing would persist into the production builds). I've re-requested a review as the changes are more broad than they initially were. |
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.
Thanks for re-requesting review here. There's one change we should make to the Dockerfile if we want a slimmed down production build.
Here's another possible change at your discretion. This would make it a bit easier with the context management.
I think the end result would be that the commands |
Co-Authored-By: Ken Brewer <kenibrewer@users.noreply.github.com>
Thanks @kenibrewer ! I applied the changes you mentioned but held off for now on the Dockerfile / |
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.
Looks good! Thanks for capturing the new issue
Thanks @kenibrewer ! Merging this in. |
Description
This PR fixes a Docker image push trigger which didn't occur after merging in #377 . I believe this GH Actions run should have seen a push to Docker hub, but the if-conditions failed to trigger.
It also fixes incorrect Dockerfile path and tag naming witnessed after a scheduled job failure.
Thanks for any feedback you may have!
References #214
What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.