Update docker-build-push.yml

This commit is contained in:
Iyas Altawil
2025-06-28 13:15:53 +03:30
committed by GitHub
parent 619ee93cb1
commit 781a174528

View File

@@ -38,4 +38,4 @@ jobs:
context: .
file: container/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.sha.outputs.short_sha }}
tags: ${{ env.REGISTRY }}/saya-search:${{ steps.sha.outputs.short_sha }}