Update .drone.yml
Ajuste no step
This commit is contained in:
parent
ea724eca45
commit
d75829aa92
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ trigger:
|
||||||
branch:
|
branch:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
step:
|
||||||
- name: build-and-push-backend
|
- name: build-and-push-backend
|
||||||
image: plugins/docker:latest
|
image: plugins/docker:latest
|
||||||
settings:
|
settings:
|
||||||
|
|
@ -23,7 +24,7 @@ trigger:
|
||||||
insecure: true
|
insecure: true
|
||||||
username: { from_secret: HARBOR_USERNAME }
|
username: { from_secret: HARBOR_USERNAME }
|
||||||
password: { from_secret: HARBOR_PASSWORD }
|
password: { from_secret: HARBOR_PASSWORD }
|
||||||
|
step:
|
||||||
- name: build-and-push-backoffice
|
- name: build-and-push-backoffice
|
||||||
image: plugins/docker:latest
|
image: plugins/docker:latest
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue