Skip to content

Commit 0813274

Browse files
add ruby
1 parent 560419e commit 0813274

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
matrix:
2121
include:
2222
- context: ./src/devcontainers/base/src/.devcontainer
23+
server: https://github.com
24+
org: NHSDigital
25+
repository: nhs-notify-devcontainers
26+
readme: README.md
27+
path: src/devcontainers/base
2328
dockerfile: Dockerfile
2429
registry: ghcr.io
2530
image: nhsdigital/nhs-notify-devcontainer-base
@@ -51,6 +56,9 @@ jobs:
5156
latest=auto
5257
tags: |
5358
type=raw,value=latest,enable={{is_default_branch}}
59+
labels: |
60+
org.opencontainers.image.url=${{ matrix.registry }}/${{ matrix.org }}/${{ matrix.repository }}/blob/main/${{ matrix.path }}/${{ matrix.readme }}
61+
org.opencontainers.image.source=${{ matrix.registry }}/${{ matrix.org }}/${{ matrix.repository }}/tree/main/${{ matrix.path }}
5462
# 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.
5563
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see [Usage](https://github.com/docker/build-push-action#usage) in the README of the `docker/build-push-action` repository.
5664
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.

0 commit comments

Comments
 (0)