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:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: yolokube/dashboard
|
||||
tags: latest
|
||||
tags: DRONE_BUILD_NUMBER
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
@ -23,7 +23,7 @@ steps:
|
|||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
repo: yolokube/dashboard
|
||||
tags: DRONE_BUILD_NUMBER
|
||||
tags: latest
|
||||
dry_run: true
|
||||
when:
|
||||
exclude:
|
||||
|
|
Loading…
Reference in a new issue