mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Removed workflow script.
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
This commit is contained in:
parent
d2f512cae7
commit
3e9ca8761e
1 changed files with 0 additions and 22 deletions
22
.github/workflows/delete-untagged-images.yml
vendored
22
.github/workflows/delete-untagged-images.yml
vendored
|
|
@ -1,22 +0,0 @@
|
|||
name: Delete untagged GHCR images
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Run manually from the Actions tab
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
name: Delete all untagged images
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
steps:
|
||||
- name: Delete untagged GHCR images
|
||||
uses: actions/delete-package-versions@v5
|
||||
with:
|
||||
package-name: "umami" # 👈 change if your GHCR package name differs
|
||||
package-type: "container"
|
||||
delete-only-untagged-versions: true
|
||||
min-versions-to-keep: 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue