Skip to content

Commit 062fe2e

Browse files
Add terraform to extensions installed. Updated cicd so that the same branch name image is used as the parent for loaded and default containers.
1 parent 29b5aae commit 062fe2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
name: Build default
113113
working-directory: ${{env.base_dir}}/${{ matrix.container_name }}
114114
run: |
115-
make build IMAGE_NAME=${{ env.registry }}/${{ env.image_prefix }}${{ matrix.container_name }} WORKSPACE_FOLDER=${{ env.workspace_folder }}
115+
BRANCH=${{ github.ref_name }}
116+
make build BASE_IMAGE_TAG=$BRANCH IMAGE_NAME=${{ env.registry }}/${{ env.image_prefix }}${{ matrix.container_name }} WORKSPACE_FOLDER=${{ env.workspace_folder }}
116117
117118
- if: startsWith(github.ref, 'refs/tags/v')
118119
name: Build lock base image tags to same version

src/features/nhsnotify/devcontainer-feature.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"github.remotehub",
7171
"github.vscode-github-actions",
7272
"github.vscode-pull-request-github",
73+
"hashicorp.terraform",
7374
"hediet.vscode-drawio",
7475
"johnpapa.vscode-peacock",
7576
"joshx.workspace-terminals",

0 commit comments

Comments
 (0)