Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzs90 committed Jan 14, 2021
1 parent ce0c915 commit 30a85a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util-images/containerd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ TAG = v0.0.1

all: push

.PHONY: build
build: cmd
build: Dockerfile
docker build --pull -t $(IMG):$(TAG) .
docker tag $(IMG):$(TAG) $(IMG):latest
@echo Built $(IMG):$(TAG) and tagged with latest
Expand Down

0 comments on commit 30a85a2

Please sign in to comment.