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 7f55e01 commit 70cc114Copy full SHA for 70cc114
Makefile
@@ -3,8 +3,8 @@ version := $(shell git describe --abbrev=0 --tags)
3
4
all: docker-build docker-push
5
docker-build:
6
- docker build -t hub.yottab.io/library/example-monitoring-nodejs:latest .
+ docker build -t hub.yottab.io/library/example-monitoring-nodejs:$(version) .
7
8
9
docker-push:
10
- docker push hub.yottab.io/library/example-monitoring-nodejs:latest
+ docker push hub.yottab.io/library/example-monitoring-nodejs:$(version)
0 commit comments