workflow: docker-build upload to DockerHub (#318) (#363)
Some checks are pending
docker-build / platform-excludes (push) Waiting to run
docker-build / build (push) Blocked by required conditions
docker-build / merge (push) Blocked by required conditions

* workflow: docker-build upload to DockerHub
   - Upload on release, tag, push to main.
   - Build on pr to main (amd64 only).
 * docker:
   - Update documentation.
   - Temporarily set akkudoktor/eos:main in compose.yml (with
     releases/tags it should be replaced by latest again)
This commit is contained in:
Dominique Lasserre
2025-01-12 00:52:42 +01:00
committed by GitHub
parent 1bf49c8c52
commit b6111517ca
4 changed files with 125 additions and 42 deletions

View File

@@ -35,6 +35,6 @@ ENTRYPOINT []
EXPOSE 8503
CMD ["python", "-m", "akkudoktoreos.server.fastapi_server"]
CMD ["python", "-m", "akkudoktoreos.server.eos"]
VOLUME ["${MPLCONFIGDIR}", "${EOS_CACHE_DIR}", "${EOS_OUTPUT_DIR}", "${EOS_CONFIG_DIR}"]