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

WIP: Github Actions for publishing Operator images (#2089) #84

Merged
merged 7 commits into from
Feb 7, 2023

Conversation

richscott
Copy link
Member

@richscott richscott commented Feb 7, 2023

Build Operator images using GoReleaser, then push built images to Docker Hub.

Note that the actual Docker Hub push only happens in mainr branch changes, so this PR will have to be merged to verify the whole build and push works. The build currently works in non-main branches, and image artifacts are successfully uploaded to GH Actions.

Build Operator images using GoReleaser, then push built
images to Docker Hub.

The actual push is disabled in this commit, it first depends
upon provisioning of auth credentials in the Github Secrets
for this repository.
@richscott richscott self-assigned this Feb 7, 2023
@codecov-commenter
Copy link

Codecov Report

Base: 84.87% // Head: 84.87% // No change to project coverage 👍

Coverage data is based on head (4fef367) compared to base (5e8560f).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   84.87%   84.87%           
=======================================
  Files          13       13           
  Lines        2122     2122           
=======================================
  Hits         1801     1801           
  Misses        231      231           
  Partials       90       90           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@richscott richscott merged commit 6ffb776 into main Feb 7, 2023
@richscott richscott deleted the rich/gha-workflow-goreleaser branch February 8, 2023 14:14
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