diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6cda5aa..0c999c4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,5 +16,5 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build run: | - docker build -t swaous.asuscomm.com/swaous.asuscomm.com:latest . - docker push swaous.asuscomm.com/swaous.asuscomm.com:latest + docker build -t docker.clarkeis.com/swaous.asuscomm.com:latest . + docker push docker.clarkeis.com/swaous.asuscomm.com:latest diff --git a/Dockerfile b/Dockerfile index f8d9490..7ed9e69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM swaous.asuscomm.com/sitix:latest AS build +FROM docker.clarkeis.com/sitix:latest AS build # build the site