Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Update upload-dockerhub-readme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhou5 authored Aug 12, 2020
1 parent 9ba8a30 commit 7e104aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/upload-dockerhub-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ README_FILEPATH="$2"
IMAGE=$(echo $README_FILEPATH | awk -F"Dockerfiles/" '{print $2}' | awk -F"/README.md" '{print $1}' | sed 's/[-.]//g'| sed 's/\//-/g' | tr 'A-Z' 'a-z')
DOCKERHUB_TOKEN=~/.dockerhub_token
REPO_URL="https://hub.docker.com/v2/repositories/${DOCKER_PREFIX}/${IMAGE}/"
IGNORE_LIST=("graphics" "immersive")
IGNORE_LIST=("graphics" "owt360")
IGNORE_FLAG=-1


Expand Down

0 comments on commit 7e104aa

Please sign in to comment.