Remove caching configuration from Docker publish workflow

This commit is contained in:
Joakim Hellsén 2025-04-14 21:47:08 +02:00
commit 0d36a591fb
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9

View file

@ -9,12 +9,6 @@ on:
schedule: schedule:
- cron: "@daily" - cron: "@daily"
cache:
enabled: true
dir: ""
host: "gitea_act_runner"
port: 8088
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -87,5 +81,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }} annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max