workflowfix2

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-16 15:29:51 +02:00
parent 7f0bf2eec1
commit 3a40620372
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
run: |
brew install norwoodj/tap/helm-docs
- name: Containers: Fetch new application versions
- name: Containers - Fetch new application versions
run: |
find ./containers/apps -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
if test -f "./containers/apps/${app}/latest-version.sh"; then
@@ -53,7 +53,7 @@ jobs:
fi
fi
done
- name: Containers: Fetch new base versions
- name: Containers - Fetch new base versions
run: |
find ./containers/base -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
if test -f "./containers/base/${app}/latest-version.sh"; then