Skip to content

Commit 3ef9ff9

Browse files
committed
Merge branch 'develop' into 'fb-leap-1363'
Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/10470915990
2 parents 360903c + 2898f1a commit 3ef9ff9

23 files changed

+795
-199
lines changed

.github/workflows/docker-build-ontop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
password: ${{ secrets.DOCKERHUB_TOKEN }}
109109

110110
- name: Push Docker image
111-
uses: docker/build-push-action@v6.6.1
111+
uses: docker/build-push-action@v6.7.0
112112
id: docker_build_and_push
113113
with:
114114
context: .

.github/workflows/docker-build-ubi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
core.setOutput("ubi-tags", ubiTags.join(','));
168168
169169
- name: Build and push ubi
170-
uses: docker/build-push-action@v6.6.1
170+
uses: docker/build-push-action@v6.7.0
171171
id: docker_build_and_push_ubi
172172
with:
173173
context: .

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
fi
130130
131131
- name: Push Docker image
132-
uses: docker/build-push-action@v6.6.1
132+
uses: docker/build-push-action@v6.7.0
133133
id: docker_build_and_push
134134
with:
135135
context: .

.github/workflows/docker-release-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
EOF
209209
210210
- name: Build and Push Release Ubuntu Docker image
211-
uses: docker/build-push-action@v6.6.1
211+
uses: docker/build-push-action@v6.7.0
212212
id: docker_build
213213
with:
214214
context: ${{ steps.release_dockerfile.outputs.release_dir }}

0 commit comments

Comments
 (0)