We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d818a commit 247d882Copy full SHA for 247d882
justfile
@@ -32,14 +32,12 @@ docker platform="linux/amd64":
32
--build-arg COMMIT={{COMMIT}} \
33
--build-arg BUILT_BY={{USER}} \
34
--build-arg DATE={{DATE}} \
35
- -t dennistra/nebula:latest \
36
-t dennistra/nebula:{{COMMIT}} \
37
- -t 019120760881.dkr.ecr.us-east-1.amazonaws.com/probelab:nebula-sha{{COMMIT}} \
38
.
39
40
# push a nebula image to docker hub
41
docker-push: docker
42
- docker push dennistra/nebula:latest dennistra/nebula:${GIT_SHA}
+ docker push dennistra/nebula:{{COMMIT}}
43
44
# start a clickhouse server
45
start-clickhouse env="local" detached="true":
0 commit comments