Skip to content

Release Self-Hosted Images #12

Release Self-Hosted Images

Release Self-Hosted Images #12

name: Release Self-Hosted Images
on:
workflow_dispatch:
inputs:
tag_latest:
description: "Tag images as latest"
type: boolean
default: false
required: true
jobs:
release_backend:
uses: ./.github/workflows/release_local_backend.yml
with:
tag_latest: ${{ inputs.tag_latest }}
permissions:
contents: read
packages: write
id-token: write
release_dashboard:
uses: ./.github/workflows/release_local_dashboard.yml
with:
tag_latest: ${{ inputs.tag_latest }}
permissions:
contents: read
packages: write
id-token: write