Fix/trace (#92)

* fix docker build

* fix: trace_id in cdrs
This commit is contained in:
Dave Horton
2023-06-09 13:58:36 -04:00
committed by GitHub
parent 9b1a70d4a5
commit 695e44da29
2 changed files with 14 additions and 10 deletions

View File

@@ -2,6 +2,8 @@ name: Docker
on:
push:
branches:
- main
tags:
- '*'
@@ -18,7 +20,7 @@ jobs:
- name: prepare tag
id: prepare_tag
run: |
IMAGE_ID=$GITHUB_REPOSITORY
IMAGE_ID=jambonz/sbc-outbound
# Strip git ref prefix from version
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')