diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ffad165..9217124 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: with: context: . push: true - tags: registry.home:5000/admin/hello-world:${{ github.sha }},registry.home:5000/admin/hello-world:latest + tags: localhost:5000/admin/hello-world:${{ github.sha }},localhost:5000/admin/hello-world:latest deploy: needs: build-push diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index ddda545..19053bc 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,6 +1,6 @@ services: app: - image: registry.home:5000/admin/hello-world:${TAG:-latest} + image: localhost:5000/admin/hello-world:${TAG:-latest} restart: unless-stopped networks: - app-net