Skip to content
Snippets Groups Projects
Commit ecb1ae1c authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files

Merge branch 'fix_docker_images' into 'main'

CI: switch to using images tagged as "latest"

See merge request constellation/constellation!20
parents c601c15f b693dc8b
No related branches found
No related tags found
No related merge requests found
......@@ -12,23 +12,23 @@ stages:
# templates
.debian-clang:
image: gitlab.desy.de:5555/constellation/build-images:debian-clang
image: gitlab.desy.de:5555/constellation/build-images/debian-clang:latest
variables:
CXX: clang++
CXX_LD: mold
.debian-gcc:
image: gitlab.desy.de:5555/constellation/build-images:debian-gcc
image: gitlab.desy.de:5555/constellation/build-images/debian-gcc:latest
variables:
CXX: g++
.ubuntu-22.04:
image: gitlab.desy.de:5555/constellation/build-images:ubuntu-22.04
image: gitlab.desy.de:5555/constellation/build-images/ubuntu-22.04:latest
variables:
CXX: g++
.debian-hawkmoth:
image: gitlab.desy.de:5555/constellation/build-images:debian-hawkmoth
image: gitlab.desy.de:5555/constellation/build-images/debian-hawkmoth:latest
variables:
SPHINX_IMMATERIAL_EXTERNAL_RESOURCE_CACHE_DIR: $CI_PROJECT_DIR/.sphinx_immaterial_cache
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment