Commit 2eacd122 authored by Wen Wei Li's avatar Wen Wei Li

temporarily remove image building

parent df536f78
Pipeline #4783 failed 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/drone_plugin image: prlab/drone_plugin
......
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