Update build.yaml
All checks were successful
Build Admin / Build image (push) Successful in 21s

This commit is contained in:
2026-03-21 10:55:55 +07:00
parent 4bd2a74d24
commit bb3d2c27dd

View File

@@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: .Dockerfile
file: Dockerfile
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/elevenlabs:${{ steps.version.outputs.VERSION }}