summaryrefslogtreecommitdiffstats
path: root/.github/workflows/devel_images.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/devel_images.yml')
-rw-r--r--.github/workflows/devel_images.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/devel_images.yml b/.github/workflows/devel_images.yml
index 2d10f01c05..3a9c857523 100644
--- a/.github/workflows/devel_images.yml
+++ b/.github/workflows/devel_images.yml
@@ -2,6 +2,7 @@
name: Build/Push Development Images
env:
LC_ALL: "C.UTF-8" # prevent ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
+ DOCKER_CACHE: "--no-cache" # using the cache will not rebuild git requirements and other things
on:
workflow_dispatch:
push: