Module: kamailio Branch: master Commit: 2f7b7a5750815814bedb4b2a6b3716ea72e4d904 URL: https://github.com/kamailio/kamailio/commit/2f7b7a5750815814bedb4b2a6b3716ea72e4d904
Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org> Date: 2024-01-19T15:41:15+01:00 github: remove cleanup workflow [skip ci] it's removing untagged images that are layers of the tagged ones --- Removed: .github/workflows/cleanup.yml --- Diff: https://github.com/kamailio/kamailio/commit/2f7b7a5750815814bedb4b2a6b3716ea72e4d904.diff Patch: https://github.com/kamailio/kamailio/commit/2f7b7a5750815814bedb4b2a6b3716ea72e4d904.patch --- diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml deleted file mode 100644 index 47818602368..00000000000 --- a/.github/workflows/cleanup.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: cleanup packages -on: - schedule: - - cron: '0 5 * * *' - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: -jobs: - x86_64: - runs-on: ubuntu-latest - permissions: - packages: write - strategy: - matrix: - 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: ${{ matrix.image_name }} _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org