From 020ed7b735fc22694a46e9cc3fe6020aa612404c Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 18 Sep 2021 05:14:36 -0500 Subject: [PATCH] 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. --- .github/workflows/docker-build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index d201c6987..205c87e83 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -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