chore(workflows): update Docker Hub image name in Docker image workflow

This commit is contained in:
Guilherme Gomes 2025-05-15 19:16:21 -03:00
parent 07d4fb18f3
commit 09eea12250

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: