Skip to content

Publish Images & Deploy #1

Publish Images & Deploy

Publish Images & Deploy #1

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: "Create a Release"
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