Skip to content

Commit

Permalink
Merge pull request #4 from logivations/mmdepl_RTDT-1920-Update-and-fi…
Browse files Browse the repository at this point in the history
…x-label-studio-test-server

Fix name of images in drone.yml file
  • Loading branch information
serhiivysotskyi authored Aug 14, 2024
2 parents 2935c4e + 835dfd0 commit 33a5616
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ steps:
- BUILDKIT_INLINE_CACHE=1
no_cache: true
tags:
- LSMMDeploy_latest
- LSMMDeploy_latest_${DRONE_COMMIT_SHA}
- LS_mmdeploy_latest
- LS_mmdeploy_latest_${DRONE_COMMIT_SHA}
username:
from_secret: DOCKER_QUAY_USERNAME
password:
Expand Down Expand Up @@ -70,11 +70,11 @@ steps:
build_args:
- BUILDKIT_INLINE_CACHE=1
cache_from:
- quay.io/logivations/ml_all:LSMMDeploy_pr${DRONE_PULL_REQUEST}
- quay.io/logivations/ml_all:LSMMDeploy_latest
- quay.io/logivations/ml_all:LS_mmdeploy_pr${DRONE_PULL_REQUEST}
- quay.io/logivations/ml_all:LS_mmdeploy_latest
tags:
- LSMMDeploy_pr${DRONE_PULL_REQUEST}
- LSMMDeploy_pr${DRONE_PULL_REQUEST}_${DRONE_COMMIT_SHA}
- LS_mmdeploy_pr${DRONE_PULL_REQUEST}
- LS_mmdeploy_pr${DRONE_PULL_REQUEST}_${DRONE_COMMIT_SHA}
username:
from_secret: DOCKER_QUAY_USERNAME
password:
Expand Down

0 comments on commit 33a5616

Please sign in to comment.