Skip to content

Create a github publish workflow for releasing the InferenceSystem docker container #322

@dthaler

Description

@dthaler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestinference systemCode to perform inference with the trained model(s)model backendDeployment of containers and database usage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions