Skip to content

Commit ba0d4dd

Browse files
init
1 parent 2deb76f commit ba0d4dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
include:
2222
- context: ./src/devcontainers/base/src/.devcontainer
23-
dockerfile: ./src/devcontainers/base/src/.devcontainer/Dockerfile
23+
dockerfile: Dockerfile
2424
registry: ghcr.io
2525
image: nhsdigital/nhs-notify-devcontainer-base
2626

@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
5656
with:
5757
context: ${{ matrix.context }}
58-
file: ${{ matrix.dockerfile }}
58+
file: ${{ matrix.context }}/${{ matrix.dockerfile }}
5959
push: true
6060
tags: ${{ steps.meta.outputs.tags }}
6161
labels: ${{ steps.meta.outputs.labels }}
@@ -64,7 +64,6 @@ jobs:
6464
- name: Generate artifact attestation
6565
uses: actions/attest-build-provenance@v3
6666
with:
67-
context: ./src/devcontainers/base/src/.devcontainer
6867
subject-name: ${{ matrix.registry }}/${{ matrix.image }}
6968
subject-digest: ${{ steps.push.outputs.digest }}
7069
push-to-registry: true

0 commit comments

Comments
 (0)