Skip to content

Commit

Permalink
Add cleanup and remove old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 9, 2024
1 parent b4b11a0 commit 85657ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 66 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/container-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Container Registry Cleanup

permissions:
contents: read
packages: write

on:
push:
branches:
- main
schedule:
- cron: '15 2 * * MON'

jobs:
untagged-cleanup:
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-untagged-cleanup.yml@main"
secrets: inherit
with:
package: debian
66 changes: 0 additions & 66 deletions .github/workflows/docker-image.yml

This file was deleted.

0 comments on commit 85657ee

Please sign in to comment.