Skip to content

Commit ca9d79f

Browse files
ci: PLT-690: Add missing env vars
1 parent bdbc92c commit ca9d79f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.pull_request.head.ref || github.ref }}
1010
cancel-in-progress: true
1111

12+
env:
13+
DOCKER_BUILD_CONFIG_BRANCH: "master"
14+
DOCKER_BUILD_CONFIG_PATH: ".github/docker-build-config.yml"
15+
DOCKER_EXAMPLES_DIRECTORY: "label_studio_ml/examples"
16+
1217
jobs:
1318
build-image:
1419
name: Build image

0 commit comments

Comments
 (0)