use drone build as tag
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
b20b9afc96
commit
18837f964d
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
repo: yolokube/dashboard
|
repo: yolokube/dashboard
|
||||||
tags: latest
|
tags: DRONE_BUILD_NUMBER
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
@ -23,7 +23,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
repo: yolokube/dashboard
|
repo: yolokube/dashboard
|
||||||
tags: DRONE_BUILD_NUMBER
|
tags: latest
|
||||||
dry_run: true
|
dry_run: true
|
||||||
when:
|
when:
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue