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
|
repo: registry.mgrote.net/munin-server
|
||||||
registry: registry.mgrote.net
|
registry: registry.mgrote.net
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
|
||||||
- ${DRONE_COMMIT_BRANCH}
|
- ${DRONE_COMMIT_BRANCH}
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
|
@ -45,7 +44,6 @@ steps:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
repo: quotengrote/munin-server
|
repo: quotengrote/munin-server
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
|
||||||
- ${DRONE_COMMIT_BRANCH}
|
- ${DRONE_COMMIT_BRANCH}
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
|
|
Reference in a new issue