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 1a8082f commit 570ad0aCopy full SHA for 570ad0a
Makefile
@@ -9,7 +9,7 @@ build:
9
docker.io build -t $(NAME):$(VERSION) --rm .
10
11
test:
12
- env NAME=$(NAME) VERSION=$(VERSION) ./test.sh
+ env NAME=$(NAME) VERSION=$(VERSION) ./test.sh debug
13
14
tag_latest:
15
docker.io tag $(NAME):$(VERSION) $(NAME):latest
0 commit comments