Fixed base_url in drone docker release pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
54fe3e81d5
commit
3fe949143f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: drone_api_key
|
from_secret: drone_api_key
|
||||||
base_url: https://git.cuzo.dev
|
base_url: https://git.parravidales.es
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue