diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a1ee5a1..31ba69d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,8 @@ on: branches: [main] env: - REGISTRY: gitea.jeffemmett.com - IMAGE: gitea.jeffemmett.com/jeffemmett/conviction-voting-demo + REGISTRY: localhost:3000 + IMAGE: localhost:3000/jeffemmett/conviction-voting-demo jobs: deploy: