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
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
# cache-from: type=gha
|
cache-from: type=gha
|
||||||
# cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
push: ${{gitea.event_name != 'pull_request'}}
|
push: ${{gitea.event_name != 'pull_request'}}
|
||||||
tags: ${{steps.meta.outputs.tags}}
|
tags: ${{steps.meta.outputs.tags}}
|
||||||
labels: ${{steps.meta.outputs.labels}}
|
labels: ${{steps.meta.outputs.labels}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user