Harborプロジェクトをknative-funcに変更
Validate and publish container image / build (pull_request) Successful in 3m24s
Validate and publish container image / build (pull_request) Successful in 3m24s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user