Skip to content

Commit

Permalink
ci: fix images tags cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Jan 3, 2025
1 parent f0c4eb9 commit 01645fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-docker-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: hoverkraft-tech/ci-github-container/.github/workflows/[email protected]
with:
runs-on: '["ubuntu-24.04"]'
images: "mailrelay"
images: '["mailrelay"]'
prune-cache-images: true
pull-request-tag-filter: "^pr-([0-9]+)(?:-|$)"

0 comments on commit 01645fb

Please sign in to comment.