Skip to content

Manual Build & Push

Manual Build & Push #4

Workflow file for this run

---
name: Manual Build & Push
on:
workflow_dispatch:
jobs:
build-push:
uses: ./.github/workflows/reusable_build-push.yml

Check failure on line 7 in .github/workflows/manual-build.yml

View workflow run for this annotation

GitHub Actions / Manual Build & Push

Invalid workflow file

error parsing called workflow ".github/workflows/manual-build.yml" -> "./.github/workflows/reusable_build-push.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
name: '${{ github.event.repository.name }}'
tags: br-${{ github.ref_name }}
secrets: inherit