We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc0464 commit 26feb9aCopy full SHA for 26feb9a
1 file changed
.github/workflows/build-images.yml
@@ -46,7 +46,8 @@ jobs:
46
id: detect-existing
47
run: |
48
source images/image_config.sh
49
- source images/env_var_inventory.sh
+
50
+ env_var_inventory
51
52
# Skip build if *all* versions exist on quay.io. Otherwise we will do
53
# the entire build.
@@ -164,7 +165,8 @@ jobs:
164
165
- name: Build & push manifests to local docker registry
166
167
168
169
170
171
podman images
172
0 commit comments