Skip to content

Commit

Permalink
Fix syntax for container cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Jul 26, 2024
1 parent 0ab910c commit 314b7ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/container-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:

jobs:
cleanup:
- uses: "tweedegolf/cleanup-untagged-images-action@main"
with:
package: debian
runs-on: ubuntu-latest
steps:
- uses: "tweedegolf/cleanup-untagged-images-action@main"
with:
package: debian

0 comments on commit 314b7ba

Please sign in to comment.