From 209872491ebdec672ab0bd777e4e9114116fb65f Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sat, 9 Jul 2022 11:33:36 +0200 Subject: [PATCH] Fix fsmpi-ansible:bullseye image name --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f23da9..a64985a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ ansible-bullseye: extends: .build-bullseye stage: second variables: - IMAGE_NAME: fsmpi-ansible-bullseye + IMAGE_NAME: fsmpi-ansible website-stretch: extends: .build-stretch @@ -113,3 +113,9 @@ website-buster: stage: second variables: IMAGE_NAME: fsmpi-website + +website-bullseye: + extends: .build-bullseye + stage: second + variables: + IMAGE_NAME: fsmpi-website -- GitLab