Skip to content

Commit e3ff58f

Browse files
committed
Docker: fixed git references.
1 parent 22fe086 commit e3ff58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/docker/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ build-%: Dockerfile.%
8484
docker build --no-cache -t unit:$(VERSION)-$* -f Dockerfile.$* .
8585

8686
library:
87-
@echo "# this file is generated via https://github.com/nginx/unit/$(shell git describe --always --abbrev=0 HEAD)/pkg/docker/Makefile"
87+
@echo "# this file is generated via https://github.com/nginx/unit/blob/$(shell git describe --always --abbrev=0 HEAD)/pkg/docker/Makefile"
8888
@echo ""
8989
@echo "Maintainers: Unit Docker Maintainers <[email protected]> (@nginx)"
9090
@echo "GitRepo: https://github.com/nginx/unit.git"
@@ -94,7 +94,7 @@ library:
9494
TAGS="$$(echo $$TAGS | tr " " "\n" | sort -u -r | tr "\n" "," | sed "s/,/, /g")"; \
9595
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }"; \
9696
echo "Architectures: amd64, arm64v8"; \
97-
echo "GitFetch: refs/heads/packaging"; \
97+
echo "GitFetch: refs/heads/branches/packaging"; \
9898
echo "GitCommit: $(shell git describe --always --abbrev=0 HEAD)"; \
9999
echo "Directory: pkg/docker"; \
100100
echo "File: Dockerfile.$$mod"; \

0 commit comments

Comments
 (0)