Skip to content

Commit

Permalink
Fix wrong container name in Docker Hub when puhsing the images
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Mar 4, 2024
1 parent 33b4b1b commit 5801faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
REGISTRY_DOCKER: docker.io
MIX_IMAGENAME_GHCR: ${{ github.repository_owner }}/mix
ECS_IMAGENAME_GHCR: ${{ github.repository_owner }}/ecs
MIX_IMAGENAME_DOCKERHUB: ${{ secrets.DOCKERHUB_USERNAME }}/mix
ECS_IMAGENAME_DOCKERHUB: ${{ secrets.DOCKERHUB_USERNAME }}/ecs
MIX_IMAGENAME_DOCKERHUB: ejabberd/mix
ECS_IMAGENAME_DOCKERHUB: ejabberd/ecs

jobs:

Expand Down

0 comments on commit 5801faa

Please sign in to comment.