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,9 +1,11 @@
|
|||
name: Images
|
||||
name: Container Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
- next
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
call-build-and-push:
|
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