更新.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 build . --pull -f Dockerfile.tmp -t $IMAGE_TAG --build-arg REPLACE_OA=$REPLACE_OA
|
||||||
docker push $IMAGE_TAG
|
docker push $IMAGE_TAG
|
||||||
container_scanning:
|
container_scanning:
|
||||||
|
rules:
|
||||||
|
- if: "$CI_APPLICATION_TAG"
|
||||||
needs:
|
needs:
|
||||||
- release-image
|
- release-image
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user