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