From 282a7647ba9d7e9ab47454dc656e7804b870728d Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:24:35 -0400 Subject: [PATCH] testing --- .gitea/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 3020f11..2dd13ab 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -25,12 +25,12 @@ jobs: with: password: ${{ secrets.PASSWORD }} username: ${{ secrets.USERNAME }} - registry: https://git.thecodedom.com + registry: https://git.thecodedom.com:3000 - name: Build and push Docker image uses: docker/build-push-action@v6 with: context: . push: true - tags: https://git.thecodedom.com/smig/dotechbro-website:latest + tags: https://git.thecodedom.com:3000/smig/dotechbro-website:latest