The 'cirrus-run' and 'check-dco' containers are now exported as
':latest' instead of ':master'.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
ci/gitlab/build-templates.yml | 2 +-
ci/gitlab/sanity-checks.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/gitlab/build-templates.yml b/ci/gitlab/build-templates.yml
index 259cf2b173..445bfa63eb 100644
--- a/ci/gitlab/build-templates.yml
+++ b/ci/gitlab/build-templates.yml
@@ -235,7 +235,7 @@
.cirrus_build_job:
stage: builds
- image:
registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master
+ image:
registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
interruptible: true
needs: []
script:
diff --git a/ci/gitlab/sanity-checks.yml b/ci/gitlab/sanity-checks.yml
index cdcfb9bf91..4e33b2dfe3 100644
--- a/ci/gitlab/sanity-checks.yml
+++ b/ci/gitlab/sanity-checks.yml
@@ -8,7 +8,7 @@
check-dco:
stage: sanity_checks
needs: []
- image:
registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
+ image:
registry.gitlab.com/libvirt/libvirt-ci/check-dco:latest
interruptible: true
script:
- /check-dco "$RUN_UPSTREAM_NAMESPACE"
--
2.39.2