Update purgeGHCR.yml

This commit is contained in:
Matthew R Kasun 2022-02-28 16:50:01 -05:00 committed by GitHub
parent 3726c00aa1
commit 3cebef32f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
Name: Purge untagged images from GHCR
name: Purge untagged images from GHCR
on:
workflow_dispatch
@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
user: actions/checkout@v2
uses: actions/checkout@v2
- name: Prune Netmaker
uses: vlaurin/action-ghcr-prune@main
with:
@ -24,4 +24,5 @@ jobs:
organization: gravitl
container: netclient
dry-run: true # Dry-run first, then change to `false`
untagged: true
untagged: true