mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
support for container option: --hostname (#809)
This commit is contained in:
parent
cbcc52c438
commit
0e52836daf
4 changed files with 50 additions and 0 deletions
|
@ -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, ""},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue