ci: add variables

This commit is contained in:
naskya 2024-05-11 18:47:01 +09:00
parent d77da088f8
commit 7b24210bd8
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,8 @@ container_scanning:
needs:
- build:container
variables:
GIT_STRATEGY: fetch
CS_DOCKERFILE_PATH: Dockerfile
CS_IMAGE: "${CI_REGISTRY}/${CI_PROJECT_PATH}/develop:not-for-production"
include: