act/pkg/container
Torbjørn Vatn 15eaa15a0e
GitHub env file support (#426)
* Upgrade to the official golangci-lint action and fix some issues it found

* Update deps

* Remove a shadow warning

* Initialize the splitPattern only once

* Initial attempt at supporting $GITHUB_ENV

Needs some polishing and tests

* Now it's actually working

* Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term

* Disable the issue-228 test again

* The linter is picky

* Discovered that the workflow/envs.txt had to exist in certain cases

* Fix small linter issue
2021-01-11 22:39:43 -08:00
..
docker_build.go extract the docker NewClientWithOpts, and add connectionhelper for DOCKER_HOST set to ssh://remote (#207) 2020-05-03 21:15:42 -07:00
docker_images.go extract the docker NewClientWithOpts, and add connectionhelper for DOCKER_HOST set to ssh://remote (#207) 2020-05-03 21:15:42 -07:00
docker_images_test.go unit tests 2020-02-20 21:05:31 -05:00
docker_logger.go add commands support 2020-02-20 21:05:42 -05:00
docker_pull.go extract the docker NewClientWithOpts, and add connectionhelper for DOCKER_HOST set to ssh://remote (#207) 2020-05-03 21:15:42 -07:00
docker_pull_test.go initial load of yaml working 2020-02-04 16:38:41 -08:00
docker_run.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
docker_volume.go Fix container volumes being reused sometimes (#283) 2020-06-18 08:21:55 -07:00