From 2675dca93a4da177fb0b3cd255c34baa3c4ea1af Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 4 Mar 2024 20:07:24 +0100 Subject: [PATCH] no caching --- .github/workflows/etb-all-clients.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/etb-all-clients.yml b/.github/workflows/etb-all-clients.yml index f3ccc96..a79a2fa 100644 --- a/.github/workflows/etb-all-clients.yml +++ b/.github/workflows/etb-all-clients.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 500 run: | make rebuild-bootstrapper - make build-client-images + make rebuild-client-images - name: Push etb-all-clients images timeout-minutes: 500 run: |