Merge pull request #6 from gomessguii/develop

chore(workflows): update Docker Hub image name in Docker image workflow
This commit is contained in:
Davidson Gomes 2025-05-15 19:17:04 -03:00 committed by GitHub
commit 8654988f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: