We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc0c88 commit c9efdc5Copy full SHA for c9efdc5
.github/workflows/delete_old_packages.yml
@@ -12,12 +12,9 @@ concurrency:
12
13
jobs:
14
delete_old_packages:
15
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
16
steps:
17
- - uses: smartsquaregmbh/delete-old-packages@v0.8.1
+ - uses: dataaxiom/ghcr-cleanup-action@v1
18
with:
19
+ older-than: 7 days
20
token: ${{ secrets.PUSH_TOKEN }}
- organization: ctu-mrs
21
- type: docker
22
- names: |
23
- mrs_uav_managers/run-on-arch-ctu-mrs-mrs-uav-managers-ros-package-build-aarch64-noetic
0 commit comments