Update pipeline drone-docker-harness

This commit is contained in:
raghav.gupta@harness.io
2026-05-05 11:27:32 +05:30
parent ce792a8072
commit 1482f4d794
+1 -3
View File
@@ -674,12 +674,11 @@ pipeline:
auto_tag_suffix: windows-1809-amd64 auto_tag_suffix: windows-1809-amd64
when: when:
stageStatus: Success stageStatus: Success
condition: <+codebase.build.type> == "tag" condition: <+codebase.build.type> == "branch"
strategy: strategy:
matrix: matrix:
repo: repo:
- docker - docker
- gcr
- gar - gar
- ecr - ecr
- acr - acr
@@ -701,7 +700,6 @@ pipeline:
matrix: matrix:
repo: repo:
- docker - docker
- gcr
- gar - gar
- ecr - ecr
- acr - acr