openwrt-packages/.circleci/README

7 lines
196 B
Plaintext

# 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