Skip to content

refactor: use service-base directly for services (#804) #13

refactor: use service-base directly for services (#804)

refactor: use service-base directly for services (#804) #13

name: Summarize Service
on:
push:
paths:
- 'services/summarize/**'
branches:
- main
jobs:
build-publish-image:
name: Build and Publish Image
uses: ./.github/workflows/build-and-publish-image.yml
with:
service: 'summarize'
working-directory: 'services'
secrets: inherit
scan:
uses: ./.github/workflows/scanner.yml
with:
path: 'services'
service: 'summarize'
image: 'summarize-service'
secrets:
ICR_USERNAME: ${{ secrets.ICR_USERNAME }}
ICR_APIKEY: ${{ secrets.ICR_APIKEY }}
# Made with Bob