Skip to content

TD-949: Fixes otel ctx attachment with sampled span #111

TD-949: Fixes otel ctx attachment with sampled span

TD-949: Fixes otel ctx attachment with sampled span #111

Workflow file for this run

name: Build and publish Docker image
on:
push:
branches:
- 'master'
- 'epic/**'
pull_request:
branches: ['**']
env:
REGISTRY: ghcr.io
jobs:
build-push:
runs-on: ubuntu-latest
steps:
- uses: valitydev/action-deploy-docker@v2
with:
registry-username: ${{ github.actor }}
registry-access-token: ${{ secrets.GITHUB_TOKEN }}