support for container option: --hostname (#809)

This commit is contained in:
Marcin Falkowski
2021-09-10 07:03:40 +02:00
committed by GitHub
parent f0fd0af5ce
commit 9126f15aa2
6 changed files with 53 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ func TestRunEvent(t *testing.T) {
{"testdata", "shells/sh", "push", "", platforms, ""},
{"testdata", "job-container", "push", "", platforms, ""},
{"testdata", "job-container-non-root", "push", "", platforms, ""},
{"testdata", "container-hostname", "push", "", platforms, ""},
{"testdata", "uses-docker-url", "push", "", platforms, ""},
{"testdata", "remote-action-docker", "push", "", platforms, ""},
{"testdata", "remote-action-js", "push", "", platforms, ""},