Skip to content

fix(deps): update dependency io.grpc:grpc-bom to v1.83.0 (#19296) #199

fix(deps): update dependency io.grpc:grpc-bom to v1.83.0 (#19296)

fix(deps): update dependency io.grpc:grpc-bom to v1.83.0 (#19296) #199

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-publish-smoke-test-images.yml"
branches:
- main
permissions:
contents: read
jobs:
publish:
permissions:
contents: read
packages: write
uses: ./.github/workflows/reusable-publish-smoke-test-images.yml
with:
project: ":smoke-tests:images:grpc"
workflow-notification:
permissions:
issues: write
needs:
- publish
if: always()
uses: open-telemetry/shared-workflows/.github/workflows/workflow-failure-issue.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4.0
with:
success: ${{ needs.publish.result == 'success' }}