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 6cdfaad commit c3d1fdcCopy full SHA for c3d1fdc
Makefile
@@ -2,11 +2,11 @@ TAG_COMMIT := $(shell git rev-list --abbrev-commit --tags --max-count=1)
2
VERSION := $(shell git describe --abbrev=0 --tags ${TAG_COMMIT} 2>/dev/null || true)
3
4
docker_build_dev:
5
- docker build -t botium/speech:develop frontend
+ docker build -t botium.speech:develop frontend
6
7
docker_publish_dev
8
- docker tag botium/speech:develop ${AWS_REGISTRY_HOSTNAME}/botium/speech:develop
9
- docker push ${AWS_REGISTRY_HOSTNAME}/botium/speech:develop
+ docker tag botium.speech:develop ${AWS_REGISTRY_HOSTNAME}/botium.speech:develop
+ docker push ${AWS_REGISTRY_HOSTNAME}/botium.speech:develop
10
11
docker_build:
12
docker build -t botium.speech:$(VERSION) frontend
0 commit comments