From a0bc5fb45d07cb4450221a44272c9acbb7048a3b Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:47:23 -0400 Subject: [PATCH] adjustments --- .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 6d515b1..d1494fc 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -21,12 +21,12 @@ jobs: with: password: ${{ secrets.GITEA_PASSWORD }} username: ${{ secrets.GITEA_USERNAME }} - registry: https://git.thecodedom.com:3000 + registry: http://git.thecodedom.com:3000 - name: Build and push Docker image uses: docker/build-push-action@v6 with: context: . push: true - tags: ${{ secrets.GITEA_REGISTRY }}/smig/dotechbro-website:latest + tags: http://git.thecodedom.com:3000/smig/dotechbro-website:latest