Skip to content
Snippets Groups Projects
Commit 306d307f authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

enables configuration of tbc-check image

parent 021342c4
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@ spec:
description: tags to filter applicable runners for tbc-checklinks build job
type: array
default: []
tbc-check-image:
description: image to use for tbc-check job
type: string
default: registry.gitlab.com/to-be-continuous/tools/tbc-check:latest
---
......@@ -86,7 +90,7 @@ check-links:
tbc-check:
image:
name: registry.gitlab.com/to-be-continuous/tools/tbc-check:latest
name: $[[ inputs.tbc-check-image ]]
entrypoint: [""]
stage: build
script:
......
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