Skip to content

Commit 7175fcf

Browse files
trying feature publish.
1 parent d099027 commit 7175fcf

File tree

15 files changed

+26
-1029
lines changed

15 files changed

+26
-1029
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
# Sets the Docker image tag to use for the image built in this workflow.
1919
base_dir: src/devcontainers
2020
context: .devcontainer
21-
workspace_folder: ./src
21+
workspace_folder: .
2222
readme: README.md
2323
registry: ghcr.io
2424
dockerfile: Dockerfile
@@ -47,6 +47,8 @@ jobs:
4747
publish-features: "true"
4848
base-path-to-features: "./src/features"
4949
generate-docs: "false"
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5052

5153
build-and-push-image:
5254
runs-on: ubuntu-latest
File renamed without changes.

src/devcontainers/base/src/.devcontainer/devcontainer.json renamed to src/devcontainers/base/.devcontainer/devcontainer.json

File renamed without changes.

src/devcontainers/base/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE_NAME = ghcr.io/nhsdigital/nhs-notify-devcontainer-base
2-
WORKSPACE_FOLDER = ./src
2+
WORKSPACE_FOLDER = .
33

44
build:
55
npm install -g @devcontainers/cli && \

src/devcontainers/loaded/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE_NAME = ghcr.io/nhsdigital/nhs-notify-devcontainer-loaded
2-
WORKSPACE_FOLDER = ./src
2+
WORKSPACE_FOLDER = .
33

44
build:
55
npm install -g @devcontainers/cli && \
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"id": "loaded",
3+
"version": "1.0.0",
4+
"name": "My Favorite Color",
5+
"description": "A Template to remind you of your favorite color",
6+
"documentationURL": "https://github.com/NHSDigital/nhs-notify-devcontainers",
7+
"licenseURL": "https://github.com/NHSDigital/nhs-notify-devcontainers/LICENSE",
8+
"options": {
9+
"updateFromTemplate": {
10+
"type": "boolean",
11+
"description": "Update from template",
12+
"default": true
13+
},
14+
"showWelcome": {
15+
"type": "boolean",
16+
"description": "Show welcome message",
17+
"default": true
18+
}
19+
},
20+
"platforms": ["Any"]
21+
}

src/devcontainers/loaded/src/.devcontainer/devcontainer.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/devcontainers/loaded/src/.devcontainer/nhsnotify/devcontainer-feature.json

Lines changed: 0 additions & 141 deletions
This file was deleted.

src/devcontainers/loaded/src/.devcontainer/nhsnotify/install.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/devcontainers/loaded/src/.devcontainer/nhsnotify/scripts/configure-apt.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)