更新.gitlab-ci.yml文件
This commit is contained in:
@@ -31,5 +31,10 @@ release-image:
|
||||
sed "s/latest/$CI_APPLICATION_TAG/g" Dockerfile > Dockerfile.tmp
|
||||
docker build . --pull -f Dockerfile.tmp -t $IMAGE_TAG
|
||||
docker push $IMAGE_TAG
|
||||
|
||||
container_scanning:
|
||||
needs:
|
||||
- release-image
|
||||
|
||||
include:
|
||||
- template: Jobs/Container-Scanning.gitlab-ci.yml
|
||||
|
||||
Reference in New Issue
Block a user