Reenable workflow caching
All checks were successful
Docker Image CI / build (push) Successful in 1m46s
All checks were successful
Docker Image CI / build (push) Successful in 1m46s
This commit is contained in:
parent
f39f48b882
commit
0ae990e6c0
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user