Skip to content

Workflow file for this run

name: Release
on:
workflow_dispatch:
release:
types: [published]
permissions:
contents: read
jobs:
release-docker:
permissions:
contents: read
packages: write
id-token: write
uses: ./.github/workflows/docker-publish.yaml

Check failure on line 17 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "./.github/workflows/docker-publish.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit