Reenable workflow caching
All checks were successful
Docker Image CI / build (push) Successful in 1m46s

This commit is contained in:
James Chapman 2024-07-10 19:10:30 +01:00
parent f39f48b882
commit 0ae990e6c0
Signed by: jamsch0
GPG Key ID: 765FE58130277547

View File

@ -36,8 +36,8 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
# cache-from: type=gha
# cache-to: type=gha,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{gitea.event_name != 'pull_request'}}
tags: ${{steps.meta.outputs.tags}}
labels: ${{steps.meta.outputs.labels}}