Skip to content

Commit

Permalink
fixup delete
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 16, 2024
1 parent 9ba8fff commit 54c7e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
dockerFiles=$(find examples -name Dockerfile | jq -c --raw-input --slurp 'split("\n")| .[0:-1]')
images=$(echo "$dockerFiles" | jq -r '.[]' | \
awk -F'/' '{print "scyllaridae-" $2}' | \
jq -R -s '. | split("\n") | .[0:-1] | . + ["scyllaridae"]')
jq -c -R -s '. | split("\n") | .[0:-1] | . + ["scyllaridae"]')
echo "images=$images" >> $GITHUB_OUTPUT
delete-docker-tags:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
paths-ignore:
- '**/*.md'
- 'ci/**'
- '.github/workflows/delete.yml'
tags:
- '*'
branches:
Expand Down

0 comments on commit 54c7e45

Please sign in to comment.