Skip to content

Commit

Permalink
Examples: tribuo, fixing docker-runner.sh script's push image to hub …
Browse files Browse the repository at this point in the history
…function to include the image version number when pushing a docker image to hub
  • Loading branch information
neomatrix369 committed Jan 18, 2022
1 parent 812e135 commit 199688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tribuo/docker-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pushImage() {
echo "Docker image '${DOCKER_USER_NAME}/${IMAGE_NAME}' is ${IS_FOUND} in the local repository"

docker tag ${IMAGE_FOUND} ${FULL_DOCKER_TAG_NAME}:${IMAGE_VERSION}
docker push ${FULL_DOCKER_TAG_NAME}
docker push ${FULL_DOCKER_TAG_NAME}:${IMAGE_VERSION}
}

pullImage() {
Expand Down

0 comments on commit 199688e

Please sign in to comment.