diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7e8ef37..ddabcd9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,10 +11,10 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - registry: swaous.asuscomm.com + registry: docker.clarkeis.com username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build run: | - docker build -t swaous.asuscomm.com/deadlyboringmath.us:latest . - docker push swaous.asuscomm.com/deadlyboringmath.us:latest + docker build -t docker.clarkeis.com/deadlyboringmath.us:latest . + docker push docker.clarkeis.com/deadlyboringmath.us: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