Skip to content

Commit 7b17e27

Browse files
authored
Fix Makefile, bump version to publish images (#192)
Signed-off-by: Andy Bavier <andybavier@gmail.com>
1 parent 6053519 commit 7b17e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ docker-build: images
5050

5151
docker-push: # @HELP push Docker image
5252
docker-push:
53-
docker push ${DOCKER_IMAGENAME}
53+
docker push ${DOCKER_IMAGENAME}
5454

5555
images: # @HELP build simulators image
5656
images: sdcore-adapter-docker

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.9-dev
1+
0.4.9

0 commit comments

Comments
 (0)