From 6b3c778baa2b190367c4013ee585660ca0d1cdaa Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Wed, 3 Apr 2024 08:11:55 +0200 Subject: [PATCH] feat: use tbc-check:latest tag --- templates/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/validation.yml b/templates/validation.yml index 22e9124..da2feef 100644 --- a/templates/validation.yml +++ b/templates/validation.yml @@ -72,7 +72,7 @@ check-links: tbc-check: image: - name: registry.gitlab.com/to-be-continuous/tools/tbc-check:main + name: registry.gitlab.com/to-be-continuous/tools/tbc-check:latest entrypoint: [""] stage: build script: -- GitLab