aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/Dockerfile.tools
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/Dockerfile.tools')
-rw-r--r--.github/workflows/Dockerfile.tools3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/Dockerfile.tools b/.github/workflows/Dockerfile.tools
index c2ae7dc896..a380475044 100644
--- a/.github/workflows/Dockerfile.tools
+++ b/.github/workflows/Dockerfile.tools
@@ -1,3 +1,4 @@
FROM registry.gitlab.com/openwrt/buildbot/buildworker-3.4.1
-COPY --chown=buildbot:buildbot tools.tar /tools.tar
+COPY --chown=buildbot staging_dir/host /prebuilt_tools/staging_dir/host
+COPY --chown=buildbot build_dir/host /prebuilt_tools/build_dir/host