Bump upstream from a3f82ff
to d0b4e71
#222
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches-ignore: | |
- 'main' | |
- 'dependabot/**' | |
tags-ignore: | |
- '*' | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
call-workflow: | |
name: Centralized workflow | |
uses: flighttrackr/workflows/.github/workflows/build-with-upstream.yml@main | |
with: | |
hub_repo: flighttrackr | |
hub_image: readsb | |
image_authors: Dennis Neufeld <[email protected]> | |
image_title: Readsb | |
image_description: Dockerized Readsb | |
image_licenses: MIT |