diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 2dd13ab..d2fb743 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:3000 + registry: http://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:3000/smig/dotechbro-website:latest + tags: http://git.thecodedom.com:3000/smig/dotechbro-website:latest