-
Notifications
You must be signed in to change notification settings - Fork 40
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
ci: publish docker image after new release #409
Conversation
f5f75e0
to
92a56b6
Compare
@@ -5,3 +5,4 @@ | |||
# under the terms of the MIT License; see LICENSE file for more details. | |||
|
|||
paramiko[gssapi]==3.0.0 | |||
gssapi==1.6.1 |
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.
Tested on Slurm and everything was OK with downgraded gssapi version. Paramiko dependencies allow this, so we can pin the version indeed.
92a56b6
to
723d24c
Compare
723d24c
to
90fffa6
Compare
.github/workflows/ci.yml
Outdated
github.event_name == 'push' && | ||
startsWith(github.ref, 'refs/tags/') | ||
needs: | ||
- lint-shellcheck |
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.
Cosmetics: let's capitalise the "name" as in "Release Docker image" for consistency with the other rules we have, and let's order the "needs" alphabetically.
90fffa6
to
bd774e3
Compare
Downgrade gssapi in order to use pre-built Ubuntu package to save some time when building the docker image.
bd774e3
to
6a2abcb
Compare
Closes reanahub/reana#752