Update .gitea/workflows/build-and-deploy.yml
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 1m40s

This commit is contained in:
2026-05-24 20:02:15 +00:00
parent a22d2dd61d
commit 25fb1008d9

View File

@@ -49,4 +49,6 @@ jobs:
context: ./dockerfile_build
push: true
# Tag the image with the Gitea instance, image name, and the git commit SHA.
tags: ${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}
tags: |
${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:latest
${{ env.GITEA_INSTANCE_URL }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}