Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/gh-action-sdk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-09-25 00:19:34 +0300
committerPaul Spooren <mail@aparcar.org>2020-09-25 00:19:34 +0300
commit03517e2eaf27fbe1b2a8b86aa0351172c355faeb (patch)
treee29c4d0df034890dcc4d8c00f1144f84ba21c2d9 /action.yml
parent78c96b823fde17576ae2a5efa17c06032e73c45b (diff)
add CONTAINER variable
The variable allows to set other containers than `openwrtorg/sdk`. This can be useful to use self created SDKs with e.g. full language or SELinux support. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.yml b/action.yml
index a71cec9..94d8fea 100644
--- a/action.yml
+++ b/action.yml
@@ -9,6 +9,7 @@ runs:
- run: |
docker run --rm \
--env BUILD_LOG \
+ --env CONTAINER \
--env EXTRA_FEEDS \
--env FEEDNAME \
--env GITHUB_WORKSPACE \