Skip to content

Commit 5801faa

Browse files
committed
Fix wrong container name in Docker Hub when puhsing the images
1 parent 33b4b1b commit 5801faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ env:
1818
REGISTRY_DOCKER: docker.io
1919
MIX_IMAGENAME_GHCR: ${{ github.repository_owner }}/mix
2020
ECS_IMAGENAME_GHCR: ${{ github.repository_owner }}/ecs
21-
MIX_IMAGENAME_DOCKERHUB: ${{ secrets.DOCKERHUB_USERNAME }}/mix
22-
ECS_IMAGENAME_DOCKERHUB: ${{ secrets.DOCKERHUB_USERNAME }}/ecs
21+
MIX_IMAGENAME_DOCKERHUB: ejabberd/mix
22+
ECS_IMAGENAME_DOCKERHUB: ejabberd/ecs
2323

2424
jobs:
2525

0 commit comments

Comments
 (0)