diff --git a/.github/workflows/delete.yml b/.github/workflows/delete.yml index 6a5a62a..1abafaa 100644 --- a/.github/workflows/delete.yml +++ b/.github/workflows/delete.yml @@ -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: diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 01b1660..13d0878 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -4,6 +4,7 @@ on: paths-ignore: - '**/*.md' - 'ci/**' + - '.github/workflows/delete.yml' tags: - '*' branches: