fix: use docker gateway IP 172.17.0.1 for Gitea + registry
CI/CD Pipeline / lint-test (push) Failing after 1m8s
CI/CD Pipeline / build-push (push) Has been skipped
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
host-db
2026-06-20 17:48:03 +02:00
parent 3cd625f171
commit bca129f2dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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