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
This commit is contained in:
Alan Rominger
2024-06-28 09:52:59 -04:00
committed by GitHub
parent db72c9d5b8
commit a70b0c1ddc
2 changed files with 26 additions and 10 deletions

View File

@@ -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: