ci: add variables
This commit is contained in:
parent
d77da088f8
commit
7b24210bd8
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ container_scanning:
|
||||||
needs:
|
needs:
|
||||||
- build:container
|
- build:container
|
||||||
variables:
|
variables:
|
||||||
|
GIT_STRATEGY: fetch
|
||||||
|
CS_DOCKERFILE_PATH: Dockerfile
|
||||||
CS_IMAGE: "${CI_REGISTRY}/${CI_PROJECT_PATH}/develop:not-for-production"
|
CS_IMAGE: "${CI_REGISTRY}/${CI_PROJECT_PATH}/develop:not-for-production"
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue