Skip to content

Bump the base demo release version #7

Bump the base demo release version

Bump the base demo release version #7

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: "[DevRel] Build and Publish"
on:
push:
tags:
- '*.*.*-**'
workflow_dispatch:
permissions:
packages: write
contents: read
jobs:
build_and_push_images:
uses: ./.github/workflows/component-build-images.yml
with:
push: true
version: ${{ github.ref_name }}
secrets: inherit