We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f65a63 commit bdccd65Copy full SHA for bdccd65
.github/workflows/cicd.yaml
@@ -19,7 +19,8 @@ jobs:
19
fail-fast: false
20
matrix:
21
include:
22
- - dockerfile: ./src/devcontainers/base/src/.devcontainer/Dockerfile
+ - context: ./src/devcontainers/base/src/.devcontainer
23
+ dockerfile: ./Dockerfile
24
registry: ghcr.io
25
image: nhsdigital/nhs-notify-devcontainer-base
26
@@ -53,6 +54,7 @@ jobs:
53
54
id: push
55
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
56
with:
57
+ context: ${{ matrix.context }}
58
file: ${{ matrix.dockerfile }}
59
push: true
60
tags: ${{ steps.meta.outputs.tags }}
0 commit comments