From d006a426e4f541233402ba14b485e8df302b258c Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sat, 8 Mar 2025 12:20:46 -0800 Subject: [PATCH] Update .gitea/workflows/build-and-publish.yaml --- .gitea/workflows/build-and-publish.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 7c7999d..a26b397 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -13,9 +13,7 @@ jobs: uses: https://github.com/docker/setup-buildx-action@v3 with: config-inline: | - [registry."server:5000"] - http = true - insecure = true + [registry."https://gitea.milenia.local.alanmoon.net"] - name: Build And Push Docker Container uses: https://github.com/docker/build-push-action@v5 @@ -23,4 +21,4 @@ jobs: context: . file: ./src/Dockerfile push: true - tags: "server:5000/sodoff:${{gitea.sha}},server:5000/sodoff:latest" \ No newline at end of file + tags: "gitea.milenia.local.alanmoon.net/sodoff:${{gitea.sha}},gitea.milenia.local.alanmoon.net/sodoff:latest" \ No newline at end of file