-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update docker publishing to match documentation #91
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #91 +/- ##
=====================================
Coverage 63.6% 63.6%
=====================================
Files 54 54
Lines 3235 3235
=====================================
Hits 2058 2058
Misses 1177 1177 ☔ View full report in Codecov by Sentry. |
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |
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.
New line.
- name: Build the Docker image | ||
run: docker build . -t weaver | ||
- name: Push the Docker image | ||
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') |
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.
You remove the condition to run this only when merged to main or when tags are added, is this intended?
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.
for debugging only. The login isn't working, but I figured out why the previous solution wasn't working.
I'm not sure why the SAME secrets won't work with the login action.
Closing this for now - will pick it up later, when we want to improve docker publishing. |
No description provided.