diff options
Diffstat (limited to 'pkg/docker/Makefile')
-rw-r--r-- | pkg/docker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile index 6c5006bf..5b1f4f20 100644 --- a/pkg/docker/Makefile +++ b/pkg/docker/Makefile @@ -95,7 +95,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" @@ -105,7 +105,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"; \ |