Skip to content

Commit

Permalink
Fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Jul 26, 2024
1 parent 53c88b0 commit 09dba97
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/container-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
- cron: '30 2 * * MON'

jobs:
untagged-cleanup:
uses: "tweedegolf/actions-helpers/.github/workflows/container-untagged-cleanup.yml@main"
with:
package: node
cleanup:
runs-on: ubuntu-latest
steps:
- uses: "tweedegolf/cleanup-untagged-images-action@main"
with:
package: node

0 comments on commit 09dba97

Please sign in to comment.