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

Publish release tags for containers, on release #100

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

jlenain
Copy link
Collaborator

@jlenain jlenain commented Feb 1, 2024

This PR adds the possibility to publish release tags, on releases, for containers. Doing so, the users will have a better visibility on which nectarchain version they are instantiating:

apptainer shell oras://ghcr.io/cta-observatory/nectarchain:v0.1.7

instead of just:

apptainer shell oras://ghcr.io/cta-observatory/nectarchain

Before, to pin a particular version during the instantiation, one had to provide a specific SHA256 hash, such as:

apptainer shell oras://ghcr.io/cta-observatory/nectarchain:sha256:94c18526e2095b6d4bff17cef3f9a50ffb6e46f84b1e55ea5d0ae56c55abf90b

which was not very handy...

@jlenain jlenain self-assigned this Feb 1, 2024
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d062d8e) 30.82% compared to head (f0c1c7c) 30.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #100   +/-   ##
=======================================
  Coverage   30.82%   30.82%           
=======================================
  Files          60       60           
  Lines        3767     3767           
=======================================
  Hits         1161     1161           
  Misses       2606     2606           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jlenain jlenain merged commit a4efd8d into cta-observatory:master Feb 1, 2024
12 checks passed
@jlenain jlenain deleted the container-tags branch February 1, 2024 12:46
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.

2 participants