From dc5365dd22c5593779a58cb9a6d7dc9b8edea78c Mon Sep 17 00:00:00 2001 From: Avnish Pratap Singh Date: Mon, 29 Jul 2024 14:45:16 +0100 Subject: [PATCH] update container image labels --- .github/workflows/create-release.yml | 1 + ChangeLog | 3 +++ 2 files changed, 4 insertions(+) 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