diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 95ae3ce..06cd31e 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -11,6 +11,6 @@ jobs: - name: Build docker image run: | set +e - docker image rm -f ubuntu-node:latest + docker image rm -f 10.9.0.0:80/ttc/ubuntu-node:latest set -e - docker build . -t ubuntu-node:latest \ No newline at end of file + docker build . -t 10.9.0.0:80/ttc/ubuntu-node:latest \ No newline at end of file