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