mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-31 14:39:03 +00:00
Rename "tag*" Makefile targets to "build*"
This better matches the `linuxkit pkg build` nomenclature. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: tag push
|
||||
.PHONY: build push
|
||||
|
||||
IMAGE=guestfs
|
||||
|
||||
@@ -18,7 +18,7 @@ push: hash iid
|
||||
docker push linuxkit/$(IMAGE):$(shell cat hash))
|
||||
rm -f iid
|
||||
|
||||
tag: hash iid
|
||||
build: hash iid
|
||||
docker pull linuxkit/$(IMAGE):$(shell cat hash) || \
|
||||
docker tag $(shell cat iid) linuxkit/$(IMAGE):$(shell cat hash)
|
||||
rm -f iid
|
||||
|
Reference in New Issue
Block a user