Commit 6f5016d8 authored by Wen Wei Li's avatar Wen Wei Li

complete process

parent 6198d8db
Pipeline #4789 passed with stage
...@@ -4,19 +4,19 @@ type: docker ...@@ -4,19 +4,19 @@ type: docker
name: deploy name: deploy
steps: steps:
# build images # build images
#- name: build-and-publish-image - name: build-and-publish-image
# image: plugins/docker image: plugins/docker
# settings: settings:
# registry: 192.168.17.110 registry: 192.168.17.110
# repo: 192.168.17.110/study_group/ric-app-hw repo: 192.168.17.110/study_group/ric-app-hw
# dockerfile: Dockerfile dockerfile: Dockerfile
# tags: 1.0.6 tags: 1.0.6
# username: username:
# from_secret: harbor_username from_secret: harbor_username
# password: password:
# from_secret: harbor_password from_secret: harbor_password
# insecure : true insecure : true
# storage_driver: vfs storage_driver: vfs
# scan # scan
- name: sast_scan - name: sast_scan
image: prlab/sast_scan image: prlab/sast_scan
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment