Skip to content

Commit

Permalink
update container labels
Browse files Browse the repository at this point in the history
  • Loading branch information
avnishsinghh committed Jul 29, 2024
1 parent f29ebc5 commit 168351b
Showing 1 changed file with 1 addition 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

0 comments on commit 168351b

Please sign in to comment.