diff options
author | Alan Rominger <arominge@redhat.com> | 2024-06-28 15:52:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 15:52:59 +0200 |
commit | a70b0c1ddc35a03701372d0a921fba5bb14264f5 (patch) | |
tree | 22d51f136a954d950823328294f22c6bb453cc94 /.github | |
parent | Fix permissions that come from an external auditor role (#15291) (diff) | |
download | awx-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.yml | 1 |
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: |