Skip to content

fix(deps): update dependency io.grpc:grpc-bom to v1.68.0 (#12309) #113

fix(deps): update dependency io.grpc:grpc-bom to v1.68.0 (#12309)

fix(deps): update dependency io.grpc:grpc-bom to v1.68.0 (#12309) #113

name: Publish gRPC images for smoke tests
on:
push:
paths:
- "smoke-tests/images/grpc/**"
- ".github/workflows/publish-smoke-test-grpc-images.yml"
- ".github/workflows/reusable-smoke-test-images.yml"
branches:
- main
jobs:
publish:
uses: ./.github/workflows/reusable-smoke-test-images.yml
with:
project: ":smoke-tests:images:grpc"
publish: true
workflow-notification:
needs:
- publish
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.publish.result == 'success' }}