.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
38e77371ea
commit
0a1680138b
|
@ -78,7 +78,7 @@ steps:
|
|||
from_secret: local-docker-registry
|
||||
commands:
|
||||
- cd letsencrypt-nginx
|
||||
- sh build.home.sh
|
||||
- sh build.home.sh $${LOCAL_DOCKER_REGISTRY}
|
||||
- name: build-letsencrypt-blog
|
||||
when:
|
||||
branch:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
set -e
|
||||
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t sigyl.com:5001/nginx-home
|
||||
docker push sigyl.com:5001/nginx-home
|
||||
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home
|
||||
docker push $1nginx-home
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
set -e
|
||||
docker build . -f Dockerfile.$1 --build-arg image=sigyl.com:5001/letsencrypt-nginx -t sigyl.com:5001/letsencrypt-$1
|
||||
docker push sigyl.com:5001/letsencrypt-$1
|
||||
docker build . -f Dockerfile.$1 --build-arg image=$2letsencrypt-nginx -t $2letsencrypt-$1
|
||||
docker push $2letsencrypt-$1
|
||||
|
|
Reference in New Issue