Skip to content

Commit 5eaf790

Browse files
fixed syntax
1 parent c3d1fdc commit 5eaf790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ VERSION := $(shell git describe --abbrev=0 --tags ${TAG_COMMIT} 2>/dev/null || t
44
docker_build_dev:
55
docker build -t botium.speech:develop frontend
66

7-
docker_publish_dev
7+
docker_publish_dev:
88
docker tag botium.speech:develop ${AWS_REGISTRY_HOSTNAME}/botium.speech:develop
99
docker push ${AWS_REGISTRY_HOSTNAME}/botium.speech:develop
1010

1111
docker_build:
1212
docker build -t botium.speech:$(VERSION) frontend
1313

14-
docker_publish
14+
docker_publish:
1515
docker tag botium.speech:$(VERSION) ${AWS_REGISTRY_HOSTNAME}/botium.speech:$(VERSION)
1616
docker push ${AWS_REGISTRY_HOSTNAME}/botium.speech:$(VERSION)
1717

0 commit comments

Comments
 (0)