mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
skip cache
This commit is contained in:
19
.github/workflows/cleanup.yaml
vendored
19
.github/workflows/cleanup.yaml
vendored
@@ -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 }}
|
||||
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -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 }}
|
||||
|
||||
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -49,4 +49,5 @@ jobs:
|
||||
- name: Run GolangCI-Lint
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
skip-cache: true
|
||||
args: --timeout=10m
|
||||
|
||||
Reference in New Issue
Block a user