Skip to content

Commit

Permalink
Update push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage authored Jun 23, 2024
1 parent f9f6e66 commit 55c6892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55c6892

Please sign in to comment.