aboutsummaryrefslogtreecommitdiff
path: root/.circleci/README
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/README')
-rw-r--r--.circleci/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/README b/.circleci/README
index 3bd10119b..8b26582ef 100644
--- a/.circleci/README
+++ b/.circleci/README
@@ -1,6 +1,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
+docker build --rm -t docker.io/openwrtorg/packages-cci:latest .
+docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG>
+docker push docker.io/openwrtorg/packages-cci