gitlab ci: bump tutorial image (#37544)
This commit is contained in:
parent
2a54cda953
commit
e17d6d5eee
@ -870,11 +870,11 @@ aws-isc-aarch64-protected-build:
|
|||||||
|
|
||||||
tutorial-pr-generate:
|
tutorial-pr-generate:
|
||||||
extends: [ ".tutorial", ".pr-generate"]
|
extends: [ ".tutorial", ".pr-generate"]
|
||||||
image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-05
|
image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07
|
||||||
|
|
||||||
tutorial-protected-generate:
|
tutorial-protected-generate:
|
||||||
extends: [ ".tutorial", ".protected-generate"]
|
extends: [ ".tutorial", ".protected-generate"]
|
||||||
image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-05
|
image: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07
|
||||||
|
|
||||||
tutorial-pr-build:
|
tutorial-pr-build:
|
||||||
extends: [ ".tutorial", ".pr-build" ]
|
extends: [ ".tutorial", ".pr-build" ]
|
||||||
|
@ -55,7 +55,7 @@ spack:
|
|||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
image:
|
image:
|
||||||
name: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-05
|
name: ghcr.io/spack/tutorial-ubuntu-22.04:v2023-05-07
|
||||||
entrypoint: ['']
|
entrypoint: ['']
|
||||||
cdash:
|
cdash:
|
||||||
build-group: Spack Tutorial
|
build-group: Spack Tutorial
|
||||||
|
Loading…
Reference in New Issue
Block a user