Update .gitlab-ci.yml file
This commit is contained in:
parent
b37a41c299
commit
5eb107a84a
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@ docker-build:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
container_scanning:
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: "$CI_REGISTRY_IMAGE${tag}"
|
||||||
|
stage: test
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
# Setup SSH deploy keys
|
# Setup SSH deploy keys
|
||||||
|
|
Loading…
Reference in a new issue