Skip to content

Commit bdccd65

Browse files
init
1 parent 8f65a63 commit bdccd65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- dockerfile: ./src/devcontainers/base/src/.devcontainer/Dockerfile
22+
- context: ./src/devcontainers/base/src/.devcontainer
23+
dockerfile: ./Dockerfile
2324
registry: ghcr.io
2425
image: nhsdigital/nhs-notify-devcontainer-base
2526

@@ -53,6 +54,7 @@ jobs:
5354
id: push
5455
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
5556
with:
57+
context: ${{ matrix.context }}
5658
file: ${{ matrix.dockerfile }}
5759
push: true
5860
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)