diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 871b82d..f81f01f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: name: Login to private registry uses: docker/login-action@v3 with: - registry: '${{ variables.SERVER_URL }}/${{ gitea.repository }}' + registry: 'https://gitea.home.joemonk.co.uk/${{ github.repository }}' username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} - @@ -32,4 +32,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: '${{ variables.SERVER_URL }}/${{ gitea.repository }}:latest' \ No newline at end of file + tags: 'https://gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest' \ No newline at end of file