We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b4b1b commit 5801faaCopy full SHA for 5801faa
.github/workflows/tests.yml
@@ -18,8 +18,8 @@ env:
18
REGISTRY_DOCKER: docker.io
19
MIX_IMAGENAME_GHCR: ${{ github.repository_owner }}/mix
20
ECS_IMAGENAME_GHCR: ${{ github.repository_owner }}/ecs
21
- MIX_IMAGENAME_DOCKERHUB: ${{ secrets.DOCKERHUB_USERNAME }}/mix
22
- ECS_IMAGENAME_DOCKERHUB: ${{ secrets.DOCKERHUB_USERNAME }}/ecs
+ MIX_IMAGENAME_DOCKERHUB: ejabberd/mix
+ ECS_IMAGENAME_DOCKERHUB: ejabberd/ecs
23
24
jobs:
25
0 commit comments