diff --git a/.gitea/workflows/gitea-bp.yaml b/.gitea/workflows/gitea-bp.yaml index 8f2edab..a91f403 100644 --- a/.gitea/workflows/gitea-bp.yaml +++ b/.gitea/workflows/gitea-bp.yaml @@ -14,7 +14,7 @@ jobs: - name: Login to Gitea Registry uses: docker/login-action@v3 with: - registry: http://gitea-http.gitea:3000 # Replace with your Gitea instance URL + registry: gitea.paddington.fi # Replace with your Gitea instance URL username: make password: ${{ secrets.TOKEN }} @@ -25,5 +25,5 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - http://gitea-http.gitea:3000/make/your-repo:latest - http://gitea-http.gitea:3000/make/your-repo:${{ github.sha }} \ No newline at end of file + gitea.paddington.fi/make/your-repo:latest + gitea.paddington.fi/make/your-repo:${{ github.sha }} \ No newline at end of file