Skip to content

1.11.2

1.11.2 #4

Workflow file for this run

name: "Build and Publish"
on:
release:
types: [published]
jobs:
build_and_push_images:
uses: ./.github/workflows/component_build-images-elastic.yml
if: github.repository == 'elastic/opentelemetry-demo'
with:
push: true
version: ${{ github.event.release.tag_name }}
secrets: inherit