summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-03-28 14:45:10 -0700
committerKonstantin Pavlov <thresh@nginx.com>2023-03-28 14:45:10 -0700
commite3ff58fd1fb54b90a9ffcb4ad8399f1592fc1199 (patch)
treedab79a5bf9770f31b3b9317a995d0b4d2793454f /pkg/docker/Makefile
parent22fe08681e46f57186f411ddd38cad1c21aab641 (diff)
downloadunit-e3ff58fd1fb54b90a9ffcb4ad8399f1592fc1199.tar.gz
unit-e3ff58fd1fb54b90a9ffcb4ad8399f1592fc1199.tar.bz2
Docker: fixed git references.
Diffstat (limited to '')
-rw-r--r--pkg/docker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index 46b75f27..b8401e5f 100644
--- a/pkg/docker/Makefile
+++ b/pkg/docker/Makefile
@@ -84,7 +84,7 @@ build-%: Dockerfile.%
docker build --no-cache -t unit:$(VERSION)-$* -f Dockerfile.$* .
library:
- @echo "# this file is generated via https://github.com/nginx/unit/$(shell git describe --always --abbrev=0 HEAD)/pkg/docker/Makefile"
+ @echo "# this file is generated via https://github.com/nginx/unit/blob/$(shell git describe --always --abbrev=0 HEAD)/pkg/docker/Makefile"
@echo ""
@echo "Maintainers: Unit Docker Maintainers <docker-maint@nginx.com> (@nginx)"
@echo "GitRepo: https://github.com/nginx/unit.git"
@@ -94,7 +94,7 @@ library:
TAGS="$$(echo $$TAGS | tr " " "\n" | sort -u -r | tr "\n" "," | sed "s/,/, /g")"; \
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }"; \
echo "Architectures: amd64, arm64v8"; \
- echo "GitFetch: refs/heads/packaging"; \
+ echo "GitFetch: refs/heads/branches/packaging"; \
echo "GitCommit: $(shell git describe --always --abbrev=0 HEAD)"; \
echo "Directory: pkg/docker"; \
echo "File: Dockerfile.$$mod"; \