Harborプロジェクトをknative-funcに変更
Validate and publish container image / build (pull_request) Successful in 3m24s

This commit is contained in:
2026-07-18 09:08:04 +09:00
parent 233319876b
commit d906dc05a9
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class ContainerToolsDeploymentTests(unittest.TestCase):
compose = (REPOSITORY_ROOT / "docker-compose.yml").read_text(encoding="utf-8")
self.assertIn(
"image: harbor.mukan.0am.jp/services/email-to-discord:latest",
"image: harbor.mukan.0am.jp/knative-func/email-to-discord:latest",
compose,
)
self.assertIn("host.docker.internal:host-gateway", compose)