Skip to content

OPSEXP-2784 Add cleanup workflow for packages #4

OPSEXP-2784 Add cleanup workflow for packages

OPSEXP-2784 Add cleanup workflow for packages #4

Workflow file for this run

name: Cleanup Docker images on ghcr.io
on:
pull_request:
branches:
- main
permissions:
packages: write
jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- name: Remove tag ${{format('pr-{0}', github.event.pull_request.number)}}
uses: dataaxiom/ghcr-cleanup-action@98b4022383d6ddb70ccbf6a378b4d8c67a60f066
with:
token: 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
owner: Alfresco
repository: alfresco-dockerfiles-bakery
dry-run: true