mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
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:
1
.github/workflows/devel_images.yml
vendored
1
.github/workflows/devel_images.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user