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

Update docker publishing to match documentation #91

Closed

Conversation

jsuereth
Copy link
Contributor

@jsuereth jsuereth commented Apr 9, 2024

No description provided.

@jsuereth jsuereth requested a review from lquerel as a code owner April 9, 2024 02:27
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.6%. Comparing base (aa5a22f) to head (db45095).

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.
📢 Have feedback on the report? Share it here.

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

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/')

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?

Copy link
Contributor Author

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.

@jsuereth
Copy link
Contributor Author

Closing this for now - will pick it up later, when we want to improve docker publishing.

@jsuereth jsuereth closed this Apr 12, 2024
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.

3 participants