Update docker push order
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m5s
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:
2
.github/workflows/build-publish.yaml
vendored
2
.github/workflows/build-publish.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user