-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create Actions job for uploading container image to Harbor #368
Create Actions job for uploading container image to Harbor #368
Conversation
Codecov Report
@@ Coverage Diff @@
## k8s-deployment #368 +/- ##
===============================================
Coverage 94.47% 94.47%
===============================================
Files 39 39
Lines 3114 3114
Branches 311 311
===============================================
Hits 2942 2942
Misses 144 144
Partials 28 28 Continue to review full report at Codecov.
|
The |
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
This PR will close #355
Description
The
docker
job introduced in this PR triggers only if all the other jobs in the CI workflow succeed and the things that it does depend on the context. It has been configured to always build the Docker image (not only on pushes to thek8s-deployment
) but only push the image to Harbor if something is pushed to thek8s-deployment
branch. The former allows to verify whether the Docker image is successfully building during PRs whereas the latter ensures that the image is not pushed during PRs as the proposed changes may be rejected in the end.I have added TODOs to remind us to change the references of
k8s-deployment
branch tomain
in the CI workflow file once thek8s-deployment
branch has been merged intomain
.Testing Instructions
icatdb Generator Script Consistency Test
CI job fails, is this because of a deliberate change made to the script to change generated data (which isn't actually a problem) or is here an underlying issue with the changes made?