From 3e5a15ba3230dbd9c5d6b61b8f7a29bb6ac4df47 Mon Sep 17 00:00:00 2001 From: flipflip Date: Wed, 6 May 2026 08:29:16 +0200 Subject: [PATCH] update CI actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd582f1..59f9f1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: docker compose push build-trixie-run build-noetic-run build-humble-run build-jazzy-run - name: Expire old images if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/delete-package-versions@v5 + uses: actions/delete-package-versions@v5 # https://github.com/actions/delete-package-versions with: package-name: ${{ github.event.repository.name }} package-type: container