Skip to content

ci(fix): add gh release publish job #4

ci(fix): add gh release publish job

ci(fix): add gh release publish job #4

Workflow file for this run

name: 'ACR: Docker Release Images'
on:
workflow_dispatch:
release:
types: [prereleased]
push:
branches:
- "dev"
jobs:
call-gh-validate-release:
if: github.event_name == 'release'
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_validate_release.yml@dev
secrets: inherit
call-az-acr-release:
needs: [call-gh-validate-release]
if: always() && !failure()
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_release.yml@dev
secrets: inherit
call-gh-release:
needs: [call-az-acr-release]
if: !failure() && github.event_name == 'release'

Check failure on line 26 in .github/workflows/az_acr_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/az_acr_release.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_release.yml@dev
secrets: inherit
with:
deployment_status: "success"