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 - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: ./admin/ context: .
file: ./admin/Dockerfile.admin file: .Dockerfile
push: true push: true
tags: | tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/elevenlabs:${{ steps.version.outputs.VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/elevenlabs:${{ steps.version.outputs.VERSION }}