Skip to content

Commit

Permalink
Merge pull request #206 from avnishsinghh/update_container_labels
Browse files Browse the repository at this point in the history
update container image labels
  • Loading branch information
kjsanger authored Jul 30, 2024
2 parents 91cf021 + dc5365d commit deed1ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
--label "org.opencontainers.image.revision=${GIT_COMMIT}" \
--label "org.opencontainers.image.version=${RELEASE_VERSION}" \
--label "org.opencontainers.image.created=$(date --utc --iso-8601=seconds)" \
--label "org.opencontainers.image.vendor=npg.sanger.ac.uk" \
--tag "ghcr.io/$REPOSITORY_OWNER/${IMAGE_NAME}:${RELEASE_VERSION}" \
--tag "ghcr.io/$REPOSITORY_OWNER/${IMAGE_NAME}:latest" \
.
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

Updated image labels

[0.18.0]
Updated to handle NanoSeq
Removed the dependency on samtools from the unit tests
Expand Down

0 comments on commit deed1ad

Please sign in to comment.