更新.gitlab-ci.yml文件
This commit is contained in:
@@ -25,6 +25,8 @@ release-image:
|
||||
docker build . --pull -f Dockerfile.tmp -t $IMAGE_TAG
|
||||
docker push $IMAGE_TAG
|
||||
container_scanning:
|
||||
rules:
|
||||
- if: "$CI_APPLICATION_TAG"
|
||||
needs:
|
||||
- release-image
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user