Skip to content
Snippets Groups Projects
Commit 9c6030e4 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

gitlab-ci: Actually publish the testcases-builder image


The job adding the `latest` tag for the `testcases-builder` image was
missing. Things still worked because the existing tags was still
available and it's not an image which has seen much activity, but now
that we branched v2021pre and v2022dev0 the pipeline rendering the test
cases was failing to find the images.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 541da66b
No related branches found
No related tags found
2 merge requests!130gitlab-ci: Actually publish the testcases-builder image,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
Pipeline #158894 passed
......@@ -205,6 +205,14 @@ publish-documentation-builder-docker-image:
variables:
image: documentation-builder
publish-testcases-builder-docker-image:
extends: .publish-docker-image
stage: publish images
needs:
- build-testcases-builder-docker-image
variables:
image: testcases-builder
publish-image-builder-docker-image:
extends: .publish-docker-image
stage: publish images
......
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