Skip to content

Commit

Permalink
added devrel release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Aug 6, 2024
1 parent 5542440 commit 01b8e23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-devrel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: "[DevRel] Build and Publish"

on:
push:
tags:
- '*.*.*-**'
workflow_dispatch:

jobs:
build_and_push_images:
uses: ./.github/workflows/component-build-images.yml
with:
push: true
version: ${{ github.ref_name }}
secrets: inherit

0 comments on commit 01b8e23

Please sign in to comment.