Skip to content

build(deps-dev): bump vite-plugin-pwa from 0.17.5 to 0.20.5 in /frontend #39

build(deps-dev): bump vite-plugin-pwa from 0.17.5 to 0.20.5 in /frontend

build(deps-dev): bump vite-plugin-pwa from 0.17.5 to 0.20.5 in /frontend #39

Workflow file for this run

name: Clean registry
on:
pull_request:
types:
- closed
jobs:
clean-registry:
name: Delete untagged images
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Delete from backend package
uses: vlaurin/action-ghcr-prune@main
with:
token: ${{ secrets.PERSO_ACCESS_TOKEN }}
organization: dnum-mi
container: basegun/basegun-backend
dry-run: false
prune-untagged: true
- name: Delete from frontend package
uses: vlaurin/action-ghcr-prune@main
with:
token: ${{ secrets.PERSO_ACCESS_TOKEN }}
organization: dnum-mi
container: basegun/basegun-frontend
dry-run: false
prune-untagged: true