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 b461de3 commit 859c042Copy full SHA for 859c042
1 file changed
Makefile
@@ -11,7 +11,7 @@ docker-images:
11
# Publish doocker images
12
publish-docker-images: docker-images
13
# Make sure we have defined the docker tag
14
- (test $(DOCKER_TAG)) && echo "Tagging images with \"${DOCKER_TAG}\"" || echo "You have to define environemnt variable DOCKER_TAG"
+ (test $(DOCKER_TAG)) && echo "Tagging images with \"${DOCKER_TAG}\"" || echo "You have to define environment variable DOCKER_TAG"
15
test $(DOCKER_TAG)
16
17
for image in \
0 commit comments