Skip to content

Commit 247d882

Browse files
committedMar 18, 2025
fix: justfile references unset env var
1 parent 73d818a commit 247d882

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎justfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ docker platform="linux/amd64":
3232
--build-arg COMMIT={{COMMIT}} \
3333
--build-arg BUILT_BY={{USER}} \
3434
--build-arg DATE={{DATE}} \
35-
-t dennistra/nebula:latest \
3635
-t dennistra/nebula:{{COMMIT}} \
37-
-t 019120760881.dkr.ecr.us-east-1.amazonaws.com/probelab:nebula-sha{{COMMIT}} \
3836
.
3937

4038
# push a nebula image to docker hub
4139
docker-push: docker
42-
docker push dennistra/nebula:latest dennistra/nebula:${GIT_SHA}
40+
docker push dennistra/nebula:{{COMMIT}}
4341

4442
# start a clickhouse server
4543
start-clickhouse env="local" detached="true":

0 commit comments

Comments
 (0)
Please sign in to comment.