pathfinder2/.github/workflows/container-image.yml

19 lines
322 B
YAML
Raw Normal View History

name: Container Image
on:
2023-03-24 01:05:38 +00:00
push:
2023-08-07 16:49:03 +00:00
tags:
- v[0-9]+.[0-9]+.[0-9]+*
2023-03-24 01:05:38 +00:00
branches:
- dev
- feature/server_only
workflow_dispatch:
jobs:
2023-03-24 01:05:38 +00:00
call-build-and-push:
name: Call
uses: CirclesUBI/.github/.github/workflows/build-and-push.yml@main
with:
image-name: pathfinder2
2023-03-24 01:05:38 +00:00
secrets: inherit