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

ci: publish docker image after new release #409

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

mdonadoni
Copy link
Member

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #409 (6a2abcb) into master (4a2fb9d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #409   +/-   ##
=======================================
  Coverage   47.78%   47.78%           
=======================================
  Files          17       17           
  Lines        1149     1149           
=======================================
  Hits          549      549           
  Misses        600      600           

@@ -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
Copy link
Member

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.

github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags/')
needs:
- lint-shellcheck
Copy link
Member

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.

Downgrade gssapi in order to use pre-built Ubuntu package to save some
time when building the docker image.
@mdonadoni mdonadoni merged commit 6a2abcb into reanahub:master Nov 15, 2023
12 checks passed
@mdonadoni mdonadoni deleted the release-docker branch November 15, 2023 15:31
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.

ci: build and push docker images
2 participants