summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlan Rominger <arominge@redhat.com>2024-06-28 15:52:59 +0200
committerGitHub <noreply@github.com>2024-06-28 15:52:59 +0200
commita70b0c1ddc35a03701372d0a921fba5bb14264f5 (patch)
tree22d51f136a954d950823328294f22c6bb453cc94 /.github
parentFix permissions that come from an external auditor role (#15291) (diff)
downloadawx-a70b0c1ddc35a03701372d0a921fba5bb14264f5.tar.xz
awx-a70b0c1ddc35a03701372d0a921fba5bb14264f5.zip
Do not use cache in github image build action (#15308)
* Do not use cache in actual image build action * Add cache args to kube prod builds
Diffstat (limited to '.github')
-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: