diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0e3490a..760078e 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/valley-commons + REGISTRY: localhost:3000 + IMAGE: localhost:3000/jeffemmett/valley-commons jobs: deploy: