3838 - name : Run secrets scan
3939 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
4040 with :
41- registry : gcr.io
42- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
41+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
4342 options : >
4443 -v ${{ github.workspace }}:/work
4544 -u vscode
6564 - name : make install
6665 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
6766 with :
68- registry : gcr.io
69- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
67+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
7068 options : >
7169 -v ${{ github.workspace }}:/work
7270 -u vscode
@@ -138,8 +136,7 @@ jobs:
138136 if : ${{ steps.check_languages.outputs.uses_poetry == 'true' }}
139137 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
140138 with :
141- registry : gcr.io
142- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
139+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
143140 options : >
144141 -v ${{ github.workspace }}:/work
145142 -u vscode
@@ -159,8 +156,7 @@ jobs:
159156 if : ${{ steps.check_languages.outputs.uses_go == 'true' }}
160157 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
161158 with :
162- registry : gcr.io
163- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
159+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
164160 options : >
165161 -v ${{ github.workspace }}:/work
166162 -u vscode
@@ -200,8 +196,7 @@ jobs:
200196 - name : Run code lint
201197 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
202198 with :
203- registry : gcr.io
204- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
199+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
205200 options : >
206201 -v ${{ github.workspace }}:/work
207202 -u vscode
@@ -221,8 +216,7 @@ jobs:
221216 - name : Run unit tests
222217 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
223218 with :
224- registry : gcr.io
225- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
219+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
226220 options : >
227221 -v ${{ github.workspace }}:/work
228222 -u vscode
@@ -513,8 +507,7 @@ jobs:
513507 if : steps.check_sam_templates.outputs.sam_exists == 'true' || steps.check_cf_templates.outputs.cf_exists == 'true'
514508 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
515509 with :
516- registry : gcr.io
517- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
510+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
518511 options : >
519512 -v ${{ github.workspace }}:/work
520513 -u vscode
@@ -531,8 +524,7 @@ jobs:
531524 if : steps.check_cdk.outputs.cdk_exists == 'true'
532525 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
533526 with :
534- registry : gcr.io
535- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
527+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
536528 options : >
537529 -v ${{ github.workspace }}:/work
538530 -u vscode
@@ -544,8 +536,7 @@ jobs:
544536 if : steps.check_cdk.outputs.cdk_exists == 'true'
545537 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
546538 with :
547- registry : gcr.io
548- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
539+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
549540 options : >
550541 -v ${{ github.workspace }}:/work
551542 -u vscode
@@ -557,8 +548,7 @@ jobs:
557548 - name : Init cfn-guard
558549 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
559550 with :
560- registry : gcr.io
561- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
551+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
562552 options : >
563553 -v ${{ github.workspace }}:/work
564554 -u vscode
@@ -580,8 +570,7 @@ jobs:
580570 if : steps.check_sam_templates.outputs.sam_exists == 'true'
581571 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
582572 with :
583- registry : gcr.io
584- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
573+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
585574 options : >
586575 -v ${{ github.workspace }}:/work
587576 -u vscode
@@ -612,8 +601,7 @@ jobs:
612601 if : steps.check_cf_templates.outputs.cf_exists == 'true'
613602 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
614603 with :
615- registry : gcr.io
616- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
604+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
617605 options : >
618606 -v ${{ github.workspace }}:/work
619607 -u vscode
@@ -636,8 +624,7 @@ jobs:
636624 if : steps.check_cdk.outputs.cdk_exists == 'true'
637625 uses : addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
638626 with :
639- registry : gcr.io
640- image : nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
627+ image : gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
641628 options : >
642629 -v ${{ github.workspace }}:/work
643630 -u vscode
0 commit comments