diff --git a/.github/workflows/push-image-to-dockerhub.yml b/.github/workflows/push-image-to-dockerhub.yml index 2b10de0..490a82b 100644 --- a/.github/workflows/push-image-to-dockerhub.yml +++ b/.github/workflows/push-image-to-dockerhub.yml @@ -20,9 +20,9 @@ jobs: env: DOCKERHUB_API_USERNAME: ${{ secrets.DOCKERHUB_API_USERNAME }} DOCKERHUB_API_TOKEN: ${{ secrets.DOCKERHUB_API_TOKEN }} - DOCKER_REPOSITORY: daemon + DOCKER_REPOSITORY: wallet-daemon IMAGE_TAG: ${{ github.ref_name }} run: | docker login --username $DOCKERHUB_API_USERNAME --password $DOCKERHUB_API_TOKEN docker build -t enjin/$DOCKER_REPOSITORY:$IMAGE_TAG -f docker/Dockerfile . - docker push enjin/$DOCKER_REPOSITORY:$IMAGE_TAG \ No newline at end of file + docker push enjin/$DOCKER_REPOSITORY:$IMAGE_TAG