Merge branch 'docker' of ssh://github.com/CirclesUBI/pathfinder2 into docker
This commit is contained in:
commit
53d93a0518
2 changed files with 4 additions and 17 deletions
|
@ -1,8 +1,10 @@
|
||||||
name: Images
|
name: Container Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- main
|
||||||
|
- next
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
15
.github/workflows/dev.yml
vendored
15
.github/workflows/dev.yml
vendored
|
@ -1,15 +0,0 @@
|
||||||
name: Build and push the dev image
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ dev ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
call-build-and-push:
|
|
||||||
name: Trigger container build and push
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
id-token: write
|
|
||||||
packages: write
|
|
||||||
uses: ./.github/workflows/build-and-push.yml
|
|
||||||
secrets: inherit
|
|
Loading…
Reference in a new issue