Skip to content

8.4 builds

8.4 builds #7

Workflow file for this run

name: Prune untagged Docker images
on:
push:
jobs:
prune:
runs-on: ubuntu-latest
steps:
- name: Prune
uses: vlaurin/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: dlxmedia
container: docker-symfony
dry-run: false
prune-untagged: true