diff --git a/.gitea/workflows/main-image.yml b/.gitea/workflows/main-image.yml index 523619e..9390360 100644 --- a/.gitea/workflows/main-image.yml +++ b/.gitea/workflows/main-image.yml @@ -32,7 +32,7 @@ jobs: - name: Log in to Gitea registry uses: docker/login-action@v3 with: - registry: ${{ env.REGISTRY_HOST }} + registry: cloud.campbellwireless.net/git username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}