elixir-webrtc / apps

Example apps built on top of Elixir WebRTC
Apache License 2.0
41 stars 4 forks source link

[Recognizer] Setup CD #29

Closed mickel8 closed 2 months ago

mickel8 commented 2 months ago

After this PR, a new docker Recognizer docker image will be created, published and deployed every time we create a tag recognizer-vX where X can be anything e.g. v0.1.0 v0.1.0-32dfeg v0.1.0-dev.

Docker image can be pulled with docker pull ghcr.io/elixir-webrtc/apps/recognizer:0.1.0 (so with v stripped) or using latest.

Deployed version is available under https://recognizer.elixir-webrtc.org

LVala commented 2 months ago

Btw, there's something wrong with the tab title on the deployed version

image

Wasn't it Home <dot> Recognizer before?

mickel8 commented 2 months ago

@LVala Github workflows cannot be nested so I prefixed them with __CI__ and __CD__ for some kind of sorting and easier navigation

mickel8 commented 2 months ago

@LVala

Wasn't it Home Recognizer before?

Fixed