Skip to content

Commit 26feb9a

Browse files
committed
call function rather than source script
1 parent ebc0464 commit 26feb9a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
id: detect-existing
4747
run: |
4848
source images/image_config.sh
49-
source images/env_var_inventory.sh
49+
50+
env_var_inventory
5051
5152
# Skip build if *all* versions exist on quay.io. Otherwise we will do
5253
# the entire build.
@@ -164,7 +165,8 @@ jobs:
164165
- name: Build & push manifests to local docker registry
165166
run: |
166167
source images/image_config.sh
167-
source images/env_var_inventory.sh
168+
169+
env_var_inventory
168170
169171
podman images
170172

0 commit comments

Comments
 (0)