Skip to content

Commit

Permalink
fix: no need to check
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh authored Nov 4, 2024
1 parent eb6061b commit db9cc87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,12 @@ jobs:
cat source_tags.txt
echo "Destination tags fetched:"
cat dest_tags.txt
- name: Check if source tags list is empty
id: check_source_tags
run: |
if [ ! -s source_tags.txt ]; then
echo "No tags matching debian-12 found, skipping build."
exit 0
fi
- name: Build and Push Missing Tags
if: env.missing_tags != ''
run: |
missing_tags=$(comm -23 <(sort source_tags.txt) <(sort dest_tags.txt))
for tag in $missing_tags; do
Expand Down

0 comments on commit db9cc87

Please sign in to comment.