From 55c689210efe755a40794b786c57e05ae3a9a74d Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Sat, 22 Jun 2024 21:24:58 -0400 Subject: [PATCH] Update push.yaml --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5eeb2d8..2f85f34 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -34,7 +34,7 @@ jobs: - name: Build and push images run: | ls -lah - for dir in containerfiles/*/; do + for dir in */; do repo_name=$(basename "$dir") if [[ "$repo_name" == bootc-* ]]; then echo "Skipping $repo_name: Ignored by pattern"