Skip to content

Commit c85cd33

Browse files
committed
update docker hub push scripts
1 parent 0fe2770 commit c85cd33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

upload_docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
# Step 1:
77
# Create dockerpath
88
# dockerpath=<your docker ID/path>
9+
dockerpath=calebikhuohon/ml-microservice-k8s
910

1011
# Step 2:
1112
# Authenticate & tag
1213
echo "Docker ID and Image: $dockerpath"
1314

1415
# Step 3:
1516
# Push image to a docker repository
17+
docker tag ml-microservice-k8s $dockerpath
18+
docker push $dockerpath

0 commit comments

Comments
 (0)