ci: remove commit hash

This commit is contained in:
Michael Grote 2023-04-25 20:56:26 +02:00
parent 324bba2e12
commit da7331c1dd

View file

@ -25,7 +25,6 @@ steps:
repo: registry.mgrote.net/allzweckcontainer repo: registry.mgrote.net/allzweckcontainer
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:
@ -44,7 +43,6 @@ steps:
dockerfile: Dockerfile dockerfile: Dockerfile
repo: quotengrote/allzweckcontainer repo: quotengrote/allzweckcontainer
tags: tags:
- ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_BRANCH} - ${DRONE_COMMIT_BRANCH}
- latest - latest
when: when: