diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5d8ab6c..03c48c3 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/rnotes-online + REGISTRY: localhost:3000 + IMAGE: localhost:3000/jeffemmett/rnotes-online jobs: deploy: