Skip to content

Commit

Permalink
ci: clean old kuik package on ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Nov 17, 2023
1 parent 231d962 commit 4e12d18
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/clean-packages-tmp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: E2E

on:
workflow_dispatch:

env:
COMMIT_NAME: Monkeynator
COMMIT_EMAIL: [email protected]

jobs:
clean:
name: Clean package version
runs-on: ubuntu-22.04
env:
VERSION: ${{ github.run_id }}
steps:
- name: Clean kuik package
uses: smartsquaregmbh/[email protected]
with:
organization: enix
type: docker
dry-run: true
names: |
kube-image-keeper

0 comments on commit 4e12d18

Please sign in to comment.