Update docker push order
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m5s

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-28 19:49:22 -06:00
parent 1b3c22e5cc
commit 9ed41a3dff

View File

@@ -31,8 +31,8 @@ jobs:
push: true
# Tags the image as 'latest' and also uses the git SHA for versioning
tags: |
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:latest
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:${{ gitea.sha }}
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:latest
# Caching speeds up builds by reusing layers (crucial for 'uv' installs)
labels: |
org.opencontainers.image.source=${{ gitea.server_url }}/${{ gitea.repository }}