File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ run-name: "[DLS] [U22] Build weekly deb img (by ${{ github.actor }})"
33on :
44 push :
55 branches :
6- - ' main '
6+ - ' build-deb-packages '
77 # paths:
88 # - 'libraries/dl-streamer/**'
99 # pull_request:
@@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Build dls-pipeline-server-image using dls-image as base image
115115 run : |
116- cd edge-ai-libraries-repo/edge-ai-libraries/ microservices/dlstreamer-pipeline-server/docker
116+ cd edge-ai-libraries-repo/microservices/dlstreamer-pipeline-server/docker
117117 export BASE_IMAGE=${{ needs.build-dls-image.outputs.image }}
118118 export PIPELINE_SERVER_IMAGE=ghcr.io/${{ github.repository }}/dls-pipeline-server-deb-${{ matrix.ubuntu_version }}:dls-pipeline-server-latest
119119 docker compose build --no-cache --pull
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments