Update '.drone.yml'
This commit is contained in:
parent
953e2204c6
commit
57c3dee2a2
@ -11,6 +11,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
||||||
|
cache_from: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
||||||
registry: harbor.sebclem.fr
|
registry: harbor.sebclem.fr
|
||||||
tags: latest
|
tags: latest
|
||||||
dry_run: true
|
dry_run: true
|
||||||
@ -27,11 +28,10 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
||||||
|
cache_from: harbor.sebclem.fr/sebclem/cnc-speed-calculator
|
||||||
registry: harbor.sebclem.fr
|
registry: harbor.sebclem.fr
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
target:
|
target:
|
||||||
- production
|
- production
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user