Skip to content

ci: fix cd (#32)

ci: fix cd (#32) #4

Workflow file for this run

name: "CD: Apps"
on:
workflow_dispatch:
push:
branches:
- main
- ci/cd-fix
env:
registry: ghcr.io
image_repository: altinn/altinn-authorization-tmp
jobs:
find-verticals:
uses: ./.github/workflows/_find-verticals.yml
with:
type: app
deploy:
name: Deploy
needs: find-verticals
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.find-verticals.outputs.matrix) }}
uses: ./.github/workflows/_deploy-app.yml
with:
path: ${{ matrix.path }}
name: ${{ matrix.name }}