From 580367e152d8b4222cac871b073ee41198efa388 Mon Sep 17 00:00:00 2001 From: Tyler Clarke Date: Sun, 22 Jun 2025 16:05:54 -0400 Subject: [PATCH] fix docker... more --- .gitea/workflows/build.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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