Bump upstream from d130fab
to 414dc3f
#46
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: mlat-client | |
image_authors: Dennis Neufeld <git@dneufeld.net> | |
image_title: mlat-client | |
image_description: Dockerized mlat-client | |
image_licenses: MIT |