Actions cache update
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m34s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m34s
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
4
.github/workflows/build-publish.yaml
vendored
4
.github/workflows/build-publish.yaml
vendored
@@ -34,5 +34,5 @@ jobs:
|
||||
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:latest
|
||||
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:${{ gitea.sha }}
|
||||
# Caching speeds up builds by reusing layers (crucial for 'uv' installs)
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-from: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache
|
||||
cache-to: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache,mode=max
|
||||
Reference in New Issue
Block a user