Merge branch 'release/0.0.10'

This commit is contained in:
Davidson Gomes 2025-05-15 19:22:19 -03:00
commit 2d98cb715f
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ env:
GHCR_REGISTRY: ghcr.io
DOCKERHUB_REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}
DOCKERHUB_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
DOCKERHUB_IMAGE: evoapicloud/evo-ai
jobs:
build-and-push:
@ -49,6 +49,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=sha
type=ref,event=branch
type=ref,event=tag
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View File

@ -2,6 +2,7 @@ version: "3.8"
services:
api:
image: evo-ai-api:latest
build: .
container_name: evo-ai-api
depends_on: