Skip to content

Commit

Permalink
ci: add docker cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Aug 12, 2024
1 parent a12740c commit 4bbc600
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Cleanup PR Images.

on:
workflow_dispatch: {}
pull_request:
types: [closed]

jobs:
build:
uses: mirceanton/reusable-workflows/.github/workflows/docker-cleanup.yaml@main
secrets: inherit

0 comments on commit 4bbc600

Please sign in to comment.