Update build.yaml
Some checks failed
Build Admin / Build image (push) Failing after 8s

This commit is contained in:
2026-03-21 10:52:42 +07:00
parent 3be9e37ef2
commit e942c6c2b5

View File

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