feat: service container in host mode (#95)

This commit is contained in:
ChristopherHX
2025-04-26 16:28:53 +02:00
committed by GitHub
parent a3c8116dee
commit 8536279ece
3 changed files with 129 additions and 82 deletions

View File

@@ -329,6 +329,8 @@ func TestRunEvent(t *testing.T) {
// docker action on host executor
{workdir, "docker-action-host-env", "push", "", platforms, secrets},
// docker service on host executor
{workdir, "nginx-service-container-host-mode", "push", "", platforms, secrets},
}
for _, table := range tables {