This commit is contained in:
parent
7078e2aa13
commit
bb51ed1e39
1 changed files with 1 additions and 1 deletions
|
|
@ -66,6 +66,6 @@ jobs:
|
||||||
if [ -z "$TAG" ]; then
|
if [ -z "$TAG" ]; then
|
||||||
TAG="latest"
|
TAG="latest"
|
||||||
fi
|
fi
|
||||||
docker build -t registry.derickphan.com/tinyweb:$TAG .
|
docker build --dns 8.8.8.8 --dns 1.1.1.1 -t registry.derickphan.com/tinyweb:$TAG .
|
||||||
docker push registry.derickphan.com/tinyweb:$TAG
|
docker push registry.derickphan.com/tinyweb:$TAG
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue