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