Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Bump go.opentelemetry.io/otel/sdk from 1.3.0 to 1.31.0 #39

Bump go.opentelemetry.io/otel/sdk from 1.3.0 to 1.31.0

Bump go.opentelemetry.io/otel/sdk from 1.3.0 to 1.31.0 #39

Workflow file for this run

name: "Build and Push service"
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '.run/**'
- 'api/**'
- 'features/**'
- 'config/**'
- 'deployments/**'
- '*.md'
tags:
- v*
pull_request:
types: [ opened, synchronize ]
branches:
- master
paths-ignore:
- 'docs/**'
- '.run/**'
- 'api/**'
- 'features/**'
- 'config/**'
- 'deployments/**'
- '*.md'
workflow_dispatch:
jobs:
build-service:
name: "Build service"
uses: ./.github/workflows/build.yaml
with:
service: user
push: ${{ github.event_name != 'pull_request' }}
docker_repository: service
dockerfile: "./build/package/Dockerfile"