Change actions caching
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 6m13s

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-28 19:40:56 -06:00
parent 2c3bee6cd9
commit 1b3c22e5cc

View File

@@ -37,5 +37,5 @@ jobs:
labels: | labels: |
org.opencontainers.image.source=${{ gitea.server_url }}/${{ gitea.repository }} org.opencontainers.image.source=${{ gitea.server_url }}/${{ gitea.repository }}
org.opencontainers.image.description=Email Classifier Service org.opencontainers.image.description=Email Classifier Service
cache-from: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache cache-from: type=gha
cache-to: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache,mode=max cache-to: type=gha,mode=max