Skip to content

issue #43: change branch for build #5

issue #43: change branch for build

issue #43: change branch for build #5

name: Docker Azure deployment
on:
push:
workflow_dispatch:
pull_request:
jobs:
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