skip cache

This commit is contained in:
d34dscene
2025-11-12 23:43:45 +01:00
parent d6fbd7f544
commit f4819500fb
3 changed files with 7 additions and 19 deletions

View File

@@ -1,19 +0,0 @@
name: Cleanup Registry
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: ghcr.io cleanup action
uses: dataaxiom/ghcr-cleanup-action@v1
with:
delete-untagged: true
token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -69,3 +69,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_YES: "true"
- name: ghcr.io cleanup
uses: dataaxiom/ghcr-cleanup-action@v1
with:
delete-untagged: true
token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -49,4 +49,5 @@ jobs:
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v8
with:
skip-cache: true
args: --timeout=10m