Skip to content

K-allagbe/issue18-update-env-var-template #39

K-allagbe/issue18-update-env-var-template

K-allagbe/issue18-update-env-var-template #39

name: Azure Docker Deployment
on:
push:
workflow_dispatch:
pull_request:
jobs:
lint-test:
uses: ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main
secrets: inherit
build:
uses: ai-cfia/github-workflows/.github/workflows/workflow-build-push-container-azure.yml@55-azure-workflow-deployment-missing
with:
container-name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
secrets: inherit
deploy:
needs: build
uses: ai-cfia/github-workflows/.github/workflows/workflow-deploy-azure.yml@55-azure-workflow-deployment-missing
with:
container-name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
secrets: inherit