We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f62484 commit 31f6c91Copy full SHA for 31f6c91
Makefile
@@ -15,7 +15,7 @@ test:
15
env NAME=$(NAME) VERSION=$(VERSION) bats test/test.bats
16
17
tag_latest:
18
- docker tag -f $(NAME):$(VERSION) $(NAME):latest
+ docker tag $(NAME):$(VERSION) $(NAME):latest
19
20
release: build test tag_latest
21
@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