Browse Source

Update purgeGHCR.yml

Matthew R Kasun 3 years ago
parent
commit
3cebef32f0
1 changed files with 4 additions and 3 deletions
  1. 4 3
      .github/workflows/purgeGHCR.yml

+ 4 - 3
.github/workflows/purgeGHCR.yml

@@ -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:
@@ -24,4 +24,5 @@ jobs:
           organization: gravitl
           organization: gravitl
           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
+