Bump upstream from d130fab
to 3f0bfb8
#45
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 |