Increase http timeouts to 20 minutes and decouple app config from act… #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
- r[1-9] | |
pull_request: | |
branches: | |
- main | |
- r[1-9] | |
jobs: | |
build-and-push-exn-middleware-core: | |
name: Build and push exn-middleware | |
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main | |
with: | |
context: exn-middleware-core | |
image-name: exn-middleware-core | |
secrets: inherit |