aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/push-containers.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/push-containers.yml')
-rw-r--r--.github/workflows/push-containers.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml
index 56e0daa611..4045dfaa29 100644
--- a/.github/workflows/push-containers.yml
+++ b/.github/workflows/push-containers.yml
@@ -70,6 +70,10 @@ jobs:
name: linux-buildbot-prebuilt-tools
path: openwrt
+ - name: Extract prebuild tools
+ working-directory: openwrt
+ run: tar -xf tools.tar
+
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with: