acceptance

This commit is contained in:
Elio Bischof
2025-06-18 19:11:45 +02:00
parent b965a19744
commit 6afa3b57dd

View File

@@ -21,7 +21,7 @@ jobs:
id-token: write
packages: write
env:
CACHE_DIR: ${{ runner.temp }}/login-run-caches
CACHE_DIR: /tmp/login-run-caches
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
@@ -53,7 +53,7 @@ jobs:
key: login-run-caches-${{ github.ref == 'refs/heads/main' && 'latest' || fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
restore-keys: login-run-caches-latest
- name: Clean up Run Caches
# if: ${{ github.event.inputs.clean-run-caches == 'true' }}
if: ${{ github.event.inputs.clean-run-caches == 'true' }}
run: make clean-run-caches
- name: Show Run Caches
run: make show-run-caches