Skip to content

Commit e4ecd5c

Browse files
ci: PLT-690: Fix docker image tag
1 parent fd54269 commit e4ecd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
DOCKER_BUILD_RECORD_UPLOAD: "false"
6363
with:
6464
context: "${{ env.DOCKER_EXAMPLES_DIRECTORY }}/${{ env.backend_dir_name }}"
65-
tags: "${{ matrix.backend_tag_prefix }}${{ inputs.ref || github.ref_name }}"
65+
tags: "heartexlabs/label-studio-ml-backend:${{ matrix.backend_tag_prefix }}${{ inputs.ref || github.ref_name }}"
6666
push: true
6767
cache-from: type=gha
6868
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)