Skip to content

v1.6.0

v1.6.0 #75

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