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