Skip to content

Manual Build & Push

Manual Build & Push #8

Workflow file for this run

---
name: Manual Build & Push
on:
workflow_dispatch:
jobs:
build-push:
uses: ./.github/workflows/reusable_build-push.yml
with:
name: '${{ github.event.repository.name }}'
tags: br-${{ github.ref_name }}
secrets: inherit