After addressing issues #319 and #321, we should create a workflow to
The trigger would be a manual action to release a new build, e.g.:
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
Instructions for manually publishing the image to ACR: https://github.com/orcasound/aifororcas-livesystem/tree/main/InferenceSystem#pushing-your-image-to-azure-container-registry
Instructions for deploying the ACR image into docker containers in AKS: https://github.com/orcasound/aifororcas-livesystem/tree/main/InferenceSystem#deploying-an-updated-docker-build-to-azure-kubernetes-service
After addressing issues #319 and #321, we should create a workflow to
The trigger would be a manual action to release a new build, e.g.:
Instructions for manually publishing the image to ACR: https://github.com/orcasound/aifororcas-livesystem/tree/main/InferenceSystem#pushing-your-image-to-azure-container-registry
Instructions for deploying the ACR image into docker containers in AKS: https://github.com/orcasound/aifororcas-livesystem/tree/main/InferenceSystem#deploying-an-updated-docker-build-to-azure-kubernetes-service