Update containers.build.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 21:26:08 +02:00
committed by GitHub
parent 03f3682bd0
commit 5743230bbc
+1
View File
@@ -52,6 +52,7 @@ jobs:
# Check if containers were found and set the containers_found output
if [[ -z "$CONTAINERS" ]]; then
echo "No Containers Found, Skipping"
echo ::set-output name=containers_found::false
else
echo ::set-output name=containers_found::true