update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
eater 2019-08-28 12:48:49 +02:00
parent e53b48ad7d
commit 5f8b093523
Signed by: eater
GPG key ID: 656785D50BE51C0A
3 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,8 @@ steps:
privileged: true
commands:
- img login -u "drone" -p "$PASSWORD" d.xr.to
- PUSH=y DOCKER=img ./build-tagged.sh
- DOCKER_EXEC=img ./build-tagged.sh
- img push d.xr.to/base
environment:
PASSWORD:
from_secret: pass

View file

@ -40,6 +40,7 @@ default: all
vars:
@echo MAINTAINER=$(MAINTAINER)
@echo DOCKER_EXEC=$(DOCKER_EXEC)
@echo IMAGE=$(IMAGE)
@echo ARCH=$(ARCH)
@echo REPO_ROOT=$(REPO_ROOT)

View file

@ -45,6 +45,8 @@ No core utils are installed at all.
```makefile
# Email address of maintainer
MAINTAINER?==@eater.me
# Docker executable to use (default: docker, but img may be used)
DOCKER_EXEC?=docker
# Name of image
IMAGE?=d.xr.to/base
# Arch to be used