Skip to content

Commit

Permalink
Use github docker registry instead of dockerhub.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcyxky committed Oct 12, 2023
1 parent 0623422 commit d28cb11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ fi
docker build -t nordata/biomedgps:${VERSION}-${HASH} .

if [ "$1" == "--push" ]; then
docker push nordata/biomedgps:${VERSION}-${HASH}
docker tag nordata/biomedgps:${VERSION}-${HASH} ghcr.io/yjcyxky/biomedgps:${VERSION}-${HASH} && \
docker push ghcr.io/yjcyxky/biomedgps:${VERSION}-${HASH}
fi

0 comments on commit d28cb11

Please sign in to comment.