diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-03-28 14:45:10 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-03-28 14:45:10 -0700 |
commit | 028e537bef2d007ed8b1a02857cc8e569caeea57 (patch) | |
tree | 17cad2024fc9b9242b1464eb512450f664c69d6b /pkg | |
parent | 5d83ee6660b5f58668e63671686726faf51c017d (diff) | |
download | unit-028e537bef2d007ed8b1a02857cc8e569caeea57.tar.gz unit-028e537bef2d007ed8b1a02857cc8e569caeea57.tar.bz2 |
Docker: fixed git references.
Diffstat (limited to 'pkg')
-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"; \ |