ci: remove commit hash

This commit is contained in:
Michael Grote 2023-04-25 20:57:01 +02:00
parent 39e315914b
commit 5de09d4dcc

View file

@ -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: