aboutsummaryrefslogtreecommitdiff
path: root/.circleci/README
blob: 3bd10119b39de199d82aaedd1733799198eca401 (plain)
1
2
3
4
5
6
# 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