Skip to content

Commit

Permalink
docker default name and version (#7325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng authored Jan 19, 2023
1 parent 70a6bea commit 952733f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bigdl-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
--build-arg no_proxy=${NO_PROXY} \
--rm --no-cache -t $IMAGE-spark-3.1.3:${TAG} .
docker push ${IMAGE}-spark-3.1.3:${TAG}
docker tag ${IMAGE}-spark-3.1.3:${TAG} 10.239.45.10/arda/${IMAGE}-spark-3.1.3:${TAG}
docker tag ${IMAGE}-spark-3.1.3:${TAG} ${IMAGE}:${TAG}
docker push ${IMAGE}:${TAG}
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}-spark-3.1.3:${TAG}
docker push 10.239.45.10/arda/${IMAGE}-spark-3.1.3:${TAG}
docker rmi -f ${IMAGE}-spark-3.1.3:${TAG} 10.239.45.10/arda/${IMAGE}-spark-3.1.3:${TAG}
- name: docker deploy bigdl-k8s
Expand Down

0 comments on commit 952733f

Please sign in to comment.