To publish the docker image, first ensure you're logged into docker hub, using docker login
- If this fails, you might need to get rid of the
creds
field from~/.docker/config.json
Setup buildx usingdocker buildx create --use
Build, tag, and push the image:
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t bryantandersonvapi/temporal-ui:latest \
-t bryantandersonvapi/temporal-ui:0.0.2 \
--push \
.
For contributions follow UI's development guide https://github.com/temporalio/ui