Skip to content

Commit 27d36ed

Browse files
add ruby
1 parent 0813274 commit 27d36ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cicd.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- context: ./src/devcontainers/base/src/.devcontainer
23-
server: https://github.com
22+
- server: https://github.com
2423
org: NHSDigital
2524
repository: nhs-notify-devcontainers
26-
readme: README.md
2725
path: src/devcontainers/base
26+
readme: README.md
27+
context: ./src/devcontainers/base/src/.devcontainer
2828
dockerfile: Dockerfile
2929
registry: ghcr.io
3030
image: nhsdigital/nhs-notify-devcontainer-base
@@ -57,8 +57,8 @@ jobs:
5757
tags: |
5858
type=raw,value=latest,enable={{is_default_branch}}
5959
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 }}
60+
org.opencontainers.image.url=${{ matrix.server }}/${{ matrix.org }}/${{ matrix.repository }}/blob/main/${{ matrix.path }}/${{ matrix.readme }}
61+
org.opencontainers.image.source=${{ matrix.server }}/${{ matrix.org }}/${{ matrix.repository }}/tree/main/${{ matrix.path }}
6262
# 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.
6363
# 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.
6464
# 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)