diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 32aba26..911c998 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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" \ . diff --git a/ChangeLog b/ChangeLog index 6723c3c..89e23d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + + Updated image labels + [0.18.0] Updated to handle NanoSeq Removed the dependency on samtools from the unit tests