diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index af34ff5..bc6e658 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: with: context: . push: true - tags: ${{ secrets.REGISTRY_URL }}/dgroothuis/digital-garden:${{ gitea.sha }},${{ secrets.REGISTRY_URL }}/dgroothuis/digital-garden:latest + tags: git.dgse.cloud/dgroothuis/digital-garden:${{ gitea.sha }},${{ secrets.REGISTRY_URL }}/dgroothuis/digital-garden:latest deploy: needs: docker-build