Remove caching configuration from Docker publish workflow
All checks were successful
Build Docker Image / docker (push) Successful in 53s

This commit is contained in:
2025-04-14 21:47:08 +02:00
parent 83d3365a85
commit 0d36a591fb

View File

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