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:
|
|
|
|
branches:
|
2023-03-28 15:40:06 +00:00
|
|
|
- main
|
|
|
|
- next
|
|
|
|
- dev
|
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
|