File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
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 }}
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
You can’t perform that action at this time.
0 commit comments