Skip to content

Commit f3d5627

Browse files
committed
push latest image
Signed-off-by: Jack Luar <[email protected]>
1 parent 1bfdeef commit f3d5627

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/AutoTuner/distributed/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ upload:
2727
@export BASE_TAG=$(shell cd ../../../ && ./etc/DockerTag.sh -dev) && \
2828
echo "Base image: $$BASE_TAG" && \
2929
docker tag orfs-autotuner:latest ${DOCKERHUB_USERNAME}/orfs-autotuner:$$BASE_TAG && \
30-
docker push ${DOCKERHUB_USERNAME}/orfs-autotuner:$$BASE_TAG
30+
docker tag orfs-autotuner:latest ${DOCKERHUB_USERNAME}/orfs-autotuner:latest && \
31+
docker push ${DOCKERHUB_USERNAME}/orfs-autotuner:$$BASE_TAG && \
32+
docker push ${DOCKERHUB_USERNAME}/orfs-autotuner:latest
3133
@docker logout
3234

3335
up:

0 commit comments

Comments
 (0)