Skip to content

Commit

Permalink
Remove untagged images
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Aug 15, 2024
1 parent 2b03806 commit 8665dd7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ jobs:
version: ${{ matrix.version }}
context: ${{ matrix.context }}
secrets: inherit

clean:
needs: build
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@main
with:
package-name: 'emacs'
package-type: 'container'
delete-only-untagged-versions: 'true'

0 comments on commit 8665dd7

Please sign in to comment.