This commit is contained in:
parent
15bd7acbd2
commit
086d5f4e44
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ steps:
|
|||
image: d.xr.to/eater/base
|
||||
privileged: true
|
||||
commands:
|
||||
- img login -u "drone" -p "$PASSWORD" d.xr.to
|
||||
- DOCKER_EXEC=img ./build-tagged.sh
|
||||
- img push d.xr.to/base
|
||||
- drone login -u "drone" -p "$PASSWORD" d.xr.to
|
||||
- ./build-tagged.sh
|
||||
- drone push d.xr.to/base
|
||||
environment:
|
||||
PASSWORD:
|
||||
from_secret: pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue