CI: tools: directly copy prebuilt tools in container
[openwrt/staging/dedeckeh.git] / .github / workflows / Dockerfile.tools
index c2ae7dc89659abb3631a724a9dce4b10c45612c0..a380475044504ef8d02b7e26f51053d2ec9b3e42 100644 (file)
@@ -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