Skip to content

Commit

Permalink
Merge pull request #346 from avnishsinghh/update_container_labels
Browse files Browse the repository at this point in the history
update container labels
  • Loading branch information
kjsanger authored Jul 30, 2024
2 parents f29ebc5 + 534887b commit 5646606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,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
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CHANGES LOG
-----------

- Updated image labels

0.39.0
- use "samtools index" instead of "cram_index to create cram indexes
- for bam and cram index creation, use "samtools index -o <index_file>" to explicitly indicate the index file
Expand Down

0 comments on commit 5646606

Please sign in to comment.