Skip to content

build(deps): bump @gouvminint/vue-dsfr from 7.1.1 to 7.2.0 in /frontend #111

build(deps): bump @gouvminint/vue-dsfr from 7.1.1 to 7.2.0 in /frontend

build(deps): bump @gouvminint/vue-dsfr from 7.1.1 to 7.2.0 in /frontend #111

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