added stub use cases for loading avatar config #825
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, test, containerize and push to registry | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
build: | |
uses: ./.github/workflows/_shared_build_test.yml | |
secrets: inherit | |
docker: | |
needs: build | |
uses: ./.github/workflows/_shared_docker.yml |