Skip to content

Build and Publish

Build and Publish #72

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: "Build and Publish"
on:
release:
types: [published]
jobs:
build_and_push_images:
uses: ./.github/workflows/build-images.yml
with:
push: true
version: ${{ github.event.release.tag_name }}"
secrets: inherit