Skip to content

Commit 8654988

Browse files
Merge pull request #6 from gomessguii/develop
chore(workflows): update Docker Hub image name in Docker image workflow
2 parents 07d4fb1 + 09eea12 commit 8654988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
GHCR_REGISTRY: ghcr.io
1111
DOCKERHUB_REGISTRY: docker.io
1212
IMAGE_NAME: ${{ github.repository }}
13-
DOCKERHUB_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
13+
DOCKERHUB_IMAGE: evoapicloud/evo-ai
1414

1515
jobs:
1616
build-and-push:

0 commit comments

Comments
 (0)