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:
authorhzyitc <h1260071766@126.com>2022-03-12 12:54:20 +0300
committerPaul Spooren <mail@aparcar.org>2022-04-08 02:12:24 +0300
commit67b6262ab5f82d53a835b8fa25085c05d163e2d0 (patch)
tree556235b333c79fcf42e47a670bf553767ddc9848 /action.yml
parentceb805159560c20ffb752f6677bae2b661cafd91 (diff)
Fix bug: docker build didn't use CONTAINER argv5.0
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/action.yml b/action.yml
index fb72cf2..99260c8 100644
--- a/action.yml
+++ b/action.yml
@@ -4,12 +4,11 @@ author: aparcar
runs:
using: 'composite'
steps:
- - run: docker build --build-arg ARCH -t sdk $GITHUB_ACTION_PATH
+ - run: docker build --build-arg CONTAINER --build-arg ARCH -t sdk $GITHUB_ACTION_PATH
shell: bash
- run: |
docker run --rm \
--env BUILD_LOG \
- --env CONTAINER \
--env EXTRA_FEEDS \
--env FEEDNAME \
--env GITHUB_WORKSPACE \