diff --git a/.github/workflows/dockerpublish.yml b/.github/workflows/dockerpublish.yml index 7a0476c..3c9ff4b 100644 --- a/.github/workflows/dockerpublish.yml +++ b/.github/workflows/dockerpublish.yml @@ -15,7 +15,7 @@ on: env: # TODO: Change variable to your image's name. - IMAGE_NAME: image + IMAGE_NAME: atagone2mqtt jobs: # Run tests. diff --git a/Dockerfile b/Dockerfile index 3f59544..c92353b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ENV VIRTUAL_ENV=/app/.venv \ RUN apt update && apt install -y bluez COPY --from=build ${VIRTUAL_ENV} ${VIRTUAL_ENV} -COPY ./victronmqtt victronmqtt +COPY ./atagmqtt atagmqtt # During debugging, this entry point will be overridden. For more information, refer to https://aka.ms/vscode-docker-python-debug CMD ["python", "-m", "atagmqtt"] \ No newline at end of file