build(core): create a docker image for each pull request (#10644)

relate to kestra-io/kestra#10643
This commit is contained in:
Ludovic DEHON
2025-08-09 00:18:28 +02:00
committed by GitHub
parent 42b01d6951
commit 0d7fcbb936
3 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: Pull Request - Delete Docker
on:
pull_request:
types: [closed]
jobs:
publish:
name: Pull Request - Delete Docker
runs-on: ubuntu-latest
steps:
- uses: dataaxiom/ghcr-cleanup-action@v1
with:
package: kestra-pr
delete-tags: ${{ github.event.pull_request.number }}