Skip to content

feat(backend): Move tracing to only spans #386

feat(backend): Move tracing to only spans

feat(backend): Move tracing to only spans #386

Workflow file for this run

name: build-docker-images
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build-potal:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Potal Docker image
uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2
with:
context: .
file: ./docker/potal/Dockerfile
push: false
build-backend:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Backend Docker image
uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2
with:
context: .
file: ./docker/backend/Dockerfile
push: false