Skip to content

Fixes #15: Add Azure build and push to ACR workflow #19

Fixes #15: Add Azure build and push to ACR workflow

Fixes #15: Add Azure build and push to ACR workflow #19

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

Check failure on line 16 in .github/workflows/azure-deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/azure-deployment.yml

Invalid workflow file

error parsing called workflow ".github/workflows/azure-deployment.yml" -> "ai-cfia/github-workflows/.github/workflows/reusable-deploy-container-azure.yml@55-azure-workflow-deployment-missing" : failed to fetch workflow: workflow was not found.
with:
container-name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
secrets: inherit