ci: remove commit hash
This commit is contained in:
parent
db6ee904de
commit
ed793f95f6
1 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,6 @@ steps:
|
|||
repo: registry.mgrote.net/python-api-server
|
||||
registry: registry.mgrote.net
|
||||
tags:
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
- ${DRONE_COMMIT_BRANCH}
|
||||
- latest
|
||||
when:
|
||||
|
@ -44,7 +43,6 @@ steps:
|
|||
dockerfile: Dockerfile
|
||||
repo: quotengrote/python-api-server
|
||||
tags:
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
- ${DRONE_COMMIT_BRANCH}
|
||||
- latest
|
||||
when:
|
||||
|
|
Reference in a new issue