Skip to content

Commit 31f6c91

Browse files
committed
remove -f
1 parent 1f62484 commit 31f6c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test:
1515
env NAME=$(NAME) VERSION=$(VERSION) bats test/test.bats
1616

1717
tag_latest:
18-
docker tag -f $(NAME):$(VERSION) $(NAME):latest
18+
docker tag $(NAME):$(VERSION) $(NAME):latest
1919

2020
release: build test tag_latest
2121
@if ! docker images $(NAME) | awk '{ print $$2 }' | grep -q -F $(VERSION); then echo "$(NAME) version $(VERSION) is not yet built. Please run 'make build'"; false; fi

0 commit comments

Comments
 (0)