Update .drone.yml
Ajuste no drone
This commit is contained in:
parent
fc89b8dc0b
commit
498ac4d0c7
1 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ steps:
|
|||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||
context: backend
|
||||
dockerfile: backend/Dockerfile
|
||||
insecure: true
|
||||
username: { from_secret: HARBOR_USERNAME }
|
||||
password: { from_secret: HARBOR_PASSWORD }
|
||||
|
||||
|
|
@ -32,7 +31,6 @@ steps:
|
|||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||
context: backoffice
|
||||
dockerfile: backoffice/Dockerfile
|
||||
insecure: true
|
||||
username: { from_secret: HARBOR_USERNAME }
|
||||
password: { from_secret: HARBOR_PASSWORD }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue