CI: remove cache dance and cache

This commit is contained in:
Fijxu 2025-06-20 21:01:32 -04:00
parent b71539449e
commit dd466326d8
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -42,23 +42,6 @@ jobs:
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- name: Cache .o files for compilation
uses: https://code.forgejo.org/actions/cache@v4
id: cache
with:
path: |
codegen-cache
key: cache-${{ hashFiles('./docker/Dockerfile') }}
- name: Inject cache into Docker
uses: https://github.com/reproducible-containers/buildkit-cache-dance@v3.2.0
with:
cache-map: |
{
"codegen-cache": "/root/.cache/crystal"
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}
- uses: https://code.forgejo.org/docker/build-push-action@v6 - uses: https://code.forgejo.org/docker/build-push-action@v6
name: Build images name: Build images
with: with: