Skip to content

Commit

Permalink
Update delete-package-versions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau authored May 8, 2024
1 parent c30bd27 commit 8b23fe8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/delete-package-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,27 @@ jobs:
name: Delete Packages
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v5
- name: Delete API
uses: actions/delete-package-versions@v5
with:
owner: DouglasNeuroInformatics
package-name: open-data-capture-api
package-type: container
min-versions-to-keep: 5
delete-only-untagged-versions: true
- name: Delete Gateway
uses: actions/delete-package-versions@v5
with:
owner: DouglasNeuroInformatics
package-name: open-data-capture-gateway
package-type: container
min-versions-to-keep: 5
delete-only-untagged-versions: true
- name: Delete Web
uses: actions/delete-package-versions@v5
with:
owner: DouglasNeuroInformatics
package-name: open-data-capture-web
package-type: container
min-versions-to-keep: 5
delete-only-untagged-versions: true

0 comments on commit 8b23fe8

Please sign in to comment.