Skip to content

Commit b4dfe1e

Browse files
init
1 parent b885c40 commit b4dfe1e

File tree

22 files changed

+8
-1
lines changed

22 files changed

+8
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
id: meta
4343
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
4444
with:
45+
context: ./src/devcontainers/base/src/.devcontainer
4546
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4647
# 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.
4748
# 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.
@@ -50,7 +51,7 @@ jobs:
5051
id: push
5152
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
5253
with:
53-
context: ./src/base/src/.devcontainer
54+
context: ./src/devcontainers/base/src/.devcontainer
5455
push: true
5556
tags: ${{ steps.meta.outputs.tags }}
5657
labels: ${{ steps.meta.outputs.labels }}
@@ -59,6 +60,7 @@ jobs:
5960
- name: Generate artifact attestation
6061
uses: actions/attest-build-provenance@v3
6162
with:
63+
context: ./src/devcontainers/base/src/.devcontainer
6264
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
6365
subject-digest: ${{ steps.push.outputs.digest }}
6466
push-to-registry: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"image": "ghcr.io/nhsdigital/nhs-notify-devcontainers:latest"
3+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/base/node_modules/@devcontainers/cli/CHANGELOG.md renamed to src/devcontainers/base/node_modules/@devcontainers/cli/CHANGELOG.md

File renamed without changes.

src/base/node_modules/@devcontainers/cli/LICENSE.txt renamed to src/devcontainers/base/node_modules/@devcontainers/cli/LICENSE.txt

File renamed without changes.

src/base/node_modules/@devcontainers/cli/README.md renamed to src/devcontainers/base/node_modules/@devcontainers/cli/README.md

File renamed without changes.

0 commit comments

Comments
 (0)