This commit is contained in:
parent
d969d6ee61
commit
65e0b40ace
1 changed files with 3 additions and 3 deletions
|
@ -27,6 +27,6 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- "latest"
|
||||||
- latest-${DRONE_BUILD_NUMBER}
|
- "latest-${DRONE_BUILD_NUMBER}"
|
||||||
- 1.22.0-${DRONE_BUILD_NUMBER}
|
- "1.22.0-${DRONE_BUILD_NUMBER}"
|
||||||
|
|
Loading…
Reference in a new issue