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