We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6053519 commit 7b17e27Copy full SHA for 7b17e27
Makefile
@@ -50,7 +50,7 @@ docker-build: images
50
51
docker-push: # @HELP push Docker image
52
docker-push:
53
- docker push ${DOCKER_IMAGENAME}
+ docker push ${DOCKER_IMAGENAME}
54
55
images: # @HELP build simulators image
56
images: sdcore-adapter-docker
VERSION
@@ -1 +1 @@
1
-0.4.9-dev
+0.4.9
0 commit comments