Skip to content

Commit 6c536aa

Browse files
add ruby
1 parent 27d36ed commit 6c536aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
dockerfile: Dockerfile
2929
registry: ghcr.io
3030
image: nhsdigital/nhs-notify-devcontainer-base
31+
title: NHS Notifiy Devcontainer Base Image
32+
description: Base development container for NHS Notify projects
33+
vendor: NHS England
3134

3235
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
3336
permissions:
@@ -57,6 +60,9 @@ jobs:
5760
tags: |
5861
type=raw,value=latest,enable={{is_default_branch}}
5962
labels: |
63+
org.opencontainers.image.title= ${{ matrix.title }}
64+
org.opencontainers.image.description=${{ matrix.description }}
65+
org.opencontainers.image.vendor=${{ matrix.vendor }}
6066
org.opencontainers.image.url=${{ matrix.server }}/${{ matrix.org }}/${{ matrix.repository }}/blob/main/${{ matrix.path }}/${{ matrix.readme }}
6167
org.opencontainers.image.source=${{ matrix.server }}/${{ matrix.org }}/${{ matrix.repository }}/tree/main/${{ matrix.path }}
6268
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.

0 commit comments

Comments
 (0)