]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
scripts/Makefile.docker: changed LABEL to knot-resolver docs-scripts-make-fv8ngl/deployments/9225 1846/head
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 3 Jun 2026 08:00:38 +0000 (10:00 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 3 Jun 2026 08:00:38 +0000 (10:00 +0200)
scripts/Makefile.docker

index addbad4e959867ead7c493e2d476153cc5252cff..d116ac10d4c68a4c6f9687b7591389df0d28768a 100644 (file)
@@ -16,7 +16,7 @@ BRANCHTAG     = $(shell [ -n "${GITBRANCH}" ] && echo "-t ${BASETAG}:${GITBRANCH}" |
 RELTAG         = $(shell [ -n "${RELEASE}" ] && echo "-t ${BASETAG}:${RELEASE}" || echo "")
 DATETAG                = $(shell [ -n "${RELEASE}" ] && echo "-t ${BASETAG}:${RELEASE}-${DATE}" || echo "")
 EXTRATAG       = $(shell [ -n "${TAG}" ] && echo "-t ${BASETAG}:${TAG}" || echo "")
-LABEL          = $(shell [ -n "${GITHASH}" ] && echo "--label knot.git.hash=${GITHASH}" || echo "")
+LABEL          = $(shell [ -n "${GITHASH}" ] && echo "--label knot-resolver.git.hash=${GITHASH}" || echo "")
 
 
 BUILDXDETECT   = ${HOME}/.docker/cli-plugins/docker-buildx