Skip to content

[Docs] Add function concurrency limits (#34562) #3

[Docs] Add function concurrency limits (#34562)

[Docs] Add function concurrency limits (#34562) #3

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.oss

Check failure on line 14 in .github/workflows/release_self_hosted_images.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_self_hosted_images.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
with:
tag_latest: ${{ inputs.tag_latest }}
permissions:
contents: read
packages: write
id-token: write
release_dashboard:
uses: ./.github/workflows/release_local_dashboard.yml.oss
with:
tag_latest: ${{ inputs.tag_latest }}
permissions:
contents: read
packages: write
id-token: write