Try adding caching
Some checks failed
Publish / build-and-push (push) Has been cancelled

This commit is contained in:
Jack Jackson 2025-04-06 23:04:25 -07:00
parent 2d4f46dc6b
commit f2d01caff3

View File

@ -38,6 +38,8 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v3
with:
cache-from: type=registry,ref=gitea.scubbo.org/scubbo/edh-elo:latest
cache-to: type=registry,ref=gitea.scubbo.org/scubbo/edh-elo:latest
context: .
file: Dockerfile
target: prod