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:
1
.github/workflows/docker-build.yaml
vendored
1
.github/workflows/docker-build.yaml
vendored
@@ -56,7 +56,6 @@ jobs:
|
||||
docker.io/evazion/danbooru
|
||||
ghcr.io/danbooru/danbooru
|
||||
tags: |
|
||||
type=sha,format=short,prefix=
|
||||
type=sha,format=long,prefix=
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
|
||||
Reference in New Issue
Block a user