2023-03-28 15:40:06 +00:00
|
|
|
name: Container Image
|
2023-01-18 01:24:56 +00:00
|
|
|
|
|
|
|
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:
|
2023-03-28 15:40:06 +00:00
|
|
|
- dev
|
2023-07-20 16:13:13 +00:00
|
|
|
- feature/server_only
|
|
|
|
workflow_dispatch:
|
2023-01-18 01:24:56 +00:00
|
|
|
|
|
|
|
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:
|
2023-03-24 01:12:01 +00:00
|
|
|
image-name: pathfinder2
|
2023-03-24 01:05:38 +00:00
|
|
|
secrets: inherit
|