Skip to content

Commit cb42b46

Browse files
committed
really really really fix image
1 parent 8001f53 commit cb42b46

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run secrets scan
3939
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
4040
with:
41-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
41+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
4242
options: >
4343
-v ${{ github.workspace }}:/work
4444
-u vscode
@@ -64,7 +64,7 @@ jobs:
6464
- name: make install
6565
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
6666
with:
67-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
67+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
6868
options: >
6969
-v ${{ github.workspace }}:/work
7070
-u vscode
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ steps.check_languages.outputs.uses_poetry == 'true' }}
137137
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
138138
with:
139-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
139+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
140140
options: >
141141
-v ${{ github.workspace }}:/work
142142
-u vscode
@@ -156,7 +156,7 @@ jobs:
156156
if: ${{ steps.check_languages.outputs.uses_go == 'true' }}
157157
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
158158
with:
159-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
159+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
160160
options: >
161161
-v ${{ github.workspace }}:/work
162162
-u vscode
@@ -196,7 +196,7 @@ jobs:
196196
- name: Run code lint
197197
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
198198
with:
199-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
199+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
200200
options: >
201201
-v ${{ github.workspace }}:/work
202202
-u vscode
@@ -216,7 +216,7 @@ jobs:
216216
- name: Run unit tests
217217
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
218218
with:
219-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
219+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
220220
options: >
221221
-v ${{ github.workspace }}:/work
222222
-u vscode
@@ -507,7 +507,7 @@ jobs:
507507
if: steps.check_sam_templates.outputs.sam_exists == 'true' || steps.check_cf_templates.outputs.cf_exists == 'true'
508508
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
509509
with:
510-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
510+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
511511
options: >
512512
-v ${{ github.workspace }}:/work
513513
-u vscode
@@ -524,7 +524,7 @@ jobs:
524524
if: steps.check_cdk.outputs.cdk_exists == 'true'
525525
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
526526
with:
527-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
527+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
528528
options: >
529529
-v ${{ github.workspace }}:/work
530530
-u vscode
@@ -536,7 +536,7 @@ jobs:
536536
if: steps.check_cdk.outputs.cdk_exists == 'true'
537537
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
538538
with:
539-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
539+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
540540
options: >
541541
-v ${{ github.workspace }}:/work
542542
-u vscode
@@ -548,7 +548,7 @@ jobs:
548548
- name: Init cfn-guard
549549
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
550550
with:
551-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
551+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
552552
options: >
553553
-v ${{ github.workspace }}:/work
554554
-u vscode
@@ -570,7 +570,7 @@ jobs:
570570
if: steps.check_sam_templates.outputs.sam_exists == 'true'
571571
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
572572
with:
573-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
573+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
574574
options: >
575575
-v ${{ github.workspace }}:/work
576576
-u vscode
@@ -601,7 +601,7 @@ jobs:
601601
if: steps.check_cf_templates.outputs.cf_exists == 'true'
602602
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
603603
with:
604-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
604+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
605605
options: >
606606
-v ${{ github.workspace }}:/work
607607
-u vscode
@@ -624,7 +624,7 @@ jobs:
624624
if: steps.check_cdk.outputs.cdk_exists == 'true'
625625
uses: addnab/docker-run-action@5ddaad0f7eedd03f64e412b1931852bd3031b273
626626
with:
627-
image: gcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
627+
image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
628628
options: >
629629
-v ${{ github.workspace }}:/work
630630
-u vscode

0 commit comments

Comments
 (0)