Skip to content

workflows: bump actions/upload-artifact from 2 to 3 #16

workflows: bump actions/upload-artifact from 2 to 3

workflows: bump actions/upload-artifact from 2 to 3 #16

name: Remove docker images for stale/closed PR(s).
on:
pull_request:
branches:
- master
types: [closed]
jobs:
cleanup:
name: PR - cleanup pr-${{ github.event.number }} images
runs-on: ubuntu-latest
steps:
- uses: bots-house/[email protected]
with:
owner: fluent
name: fluent-bit/pr-${{ github.event.number }}
token: ${{ secrets.GITHUB_TOKEN }}