ci: syntax
This commit is contained in:
parent
cfa459bc2a
commit
8a7a8aa7a6
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ steps:
|
|||
repo: registry.mgrote.net/python-api-server
|
||||
registry: registry.mgrote.net
|
||||
tags:
|
||||
- $DRONE_TAG
|
||||
- ${DRONE_TAG{
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
@ -64,7 +64,7 @@ steps:
|
|||
dockerfile: Dockerfile
|
||||
repo: quotengrote/python-api-server
|
||||
tags:
|
||||
- $DRONE_TAG
|
||||
- ${DRONE_TAG{
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
|
|
Reference in a new issue