mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 21:05:54 +08:00
Update purgeGHCR.yml
This commit is contained in:
parent
3726c00aa1
commit
3cebef32f0
1 changed files with 4 additions and 3 deletions
5
.github/workflows/purgeGHCR.yml
vendored
5
.github/workflows/purgeGHCR.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
Name: Purge untagged images from GHCR
|
name: Purge untagged images from GHCR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch
|
||||||
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
user: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Prune Netmaker
|
- name: Prune Netmaker
|
||||||
uses: vlaurin/action-ghcr-prune@main
|
uses: vlaurin/action-ghcr-prune@main
|
||||||
with:
|
with:
|
||||||
|
@ -25,3 +25,4 @@ jobs:
|
||||||
container: netclient
|
container: netclient
|
||||||
dry-run: true # Dry-run first, then change to `false`
|
dry-run: true # Dry-run first, then change to `false`
|
||||||
untagged: true
|
untagged: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue