ci: don't tag short commit hash on Docker images.

Tagging both the long and the short commit hash on images creates too
much clutter in the Github UI.
This commit is contained in:
evazion
2021-09-18 05:14:36 -05:00
parent 52cf13dff1
commit 020ed7b735

View File

@@ -56,7 +56,6 @@ jobs:
docker.io/evazion/danbooru docker.io/evazion/danbooru
ghcr.io/danbooru/danbooru ghcr.io/danbooru/danbooru
tags: | tags: |
type=sha,format=short,prefix=
type=sha,format=long,prefix= type=sha,format=long,prefix=
type=ref,event=branch type=ref,event=branch
type=ref,event=tag type=ref,event=tag