Module: kamailio
Branch: master
Commit: f3b4f2fe2b88a06cdc49ba473e4b3fc3fbbfd8bf
URL:
https://github.com/kamailio/kamailio/commit/f3b4f2fe2b88a06cdc49ba473e4b3fc…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2024-01-15T15:21:06+01:00
github: add all packages images to cleanup
---
Modified: .github/workflows/cleanup.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/f3b4f2fe2b88a06cdc49ba473e4b3fc…
Patch:
https://github.com/kamailio/kamailio/commit/f3b4f2fe2b88a06cdc49ba473e4b3fc…
---
diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml
index 37d8e9fe2e5..6488a7b4bcd 100644
--- a/.github/workflows/cleanup.yml
+++ b/.github/workflows/cleanup.yml
@@ -5,18 +5,22 @@ on:
- cron: '0 5 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
-
-env:
- IMAGE_NAME: kamailio-ci
-
jobs:
x86_64:
runs-on: ubuntu-latest
permissions:
packages: write
+ strategy:
+ matrix:
+ include:
+ image_name:
+ - kamailio
+ - kamailio-ci
+ - kamailio-master-devcontainer
+ - pkg-kamailio-docker
steps:
- name: Delete untagged images
uses: camargo/delete-untagged-action@v1
with:
github-token: ${{ secrets.CLEAN_PACKAGES }}
- package-name: ${{ env.IMAGE_NAME }}
+ package-name: ${{ matrix.image_name }}