Skip to content

Commit 08472c0

Browse files
committed
use old image
1 parent 704eedb commit 08472c0

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [get_asdf_version]
3939
with:
4040
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
41-
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-a1b9b25"
41+
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:v1.0.0"
4242
secrets:
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4444
tag_release:

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
runs-on: ubuntu-22.04
4343
container:
4444
image: ${{ inputs.runtime_docker_image }}
45+
options: --user 0
4546
steps:
4647
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
4748
if: ${{ inputs.install_java }}
@@ -303,6 +304,7 @@ jobs:
303304
runs-on: ubuntu-22.04
304305
container:
305306
image: ${{ inputs.runtime_docker_image }}
307+
options: --user 0
306308
steps:
307309
- name: Checkout code
308310
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
@@ -429,6 +431,7 @@ jobs:
429431
runs-on: ubuntu-22.04
430432
container:
431433
image: ${{ inputs.runtime_docker_image }}
434+
options: --user 0
432435
steps:
433436
- *checkout
434437

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./.github/workflows/quality-checks.yml
3131
with:
3232
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
33-
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:pr-15-a1b9b25"
33+
runtime_docker_image: "ghcr.io/nhsdigital/eps-devcontainers/node_24_python_3_14:v1.0.0"
3434
secrets:
3535
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3636
tag_release:

0 commit comments

Comments
 (0)