openwrt-packages/.circleci
Ted Hess 37ddc58ab9 CircleCI: Fix URL references to openwrt.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-13 11:24:50 -05:00
..
Dockerfile build,circleci: add 'time' to container build image 2018-11-03 00:03:44 -04:00
README build: add CircleCI 2018-10-23 16:35:12 -04:00
config.yml CircleCI: Fix URL references to openwrt.org 2018-11-13 11:24:50 -05:00

README

# Build/update the docker image

docker pull debian:9
docker build --rm .
docker tag <IMAGE ID> docker.io/champtar/openwrtpackagesci:latest
docker push docker.io/champtar/openwrtpackagesci:latest