Skip to content

Commit c9efdc5

Browse files
Tomas BacaTomas Baca
authored andcommitted
pes
1 parent 4dc0c88 commit c9efdc5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/delete_old_packages.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ concurrency:
1212

1313
jobs:
1414
delete_old_packages:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616
steps:
17-
- uses: smartsquaregmbh/delete-old-packages@v0.8.1
17+
- uses: dataaxiom/ghcr-cleanup-action@v1
1818
with:
19+
older-than: 7 days
1920
token: ${{ secrets.PUSH_TOKEN }}
20-
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

Comments
 (0)