Compare commits

..

5 Commits

Author SHA1 Message Date
ompragash.viswanathan@harness.io fe4221f845 Update pipeline drone-docker-harness 2025-06-11 20:09:36 +05:30
ompragash.viswanathan@harness.io 8c5277ae89 Update pipeline drone-docker-harness 2025-03-26 20:51:49 +05:30
ci-reporunner 385bfe2f7b Update pipeline drone-docker-harness (#483)
* Update pipeline drone-docker-harness

* Update pipeline drone-docker-harness

* Update pipeline drone-docker-harness

---------

Co-authored-by: ompragash.viswanathan@harness.io <ompragash.viswanathan@harness.io>
2025-03-26 20:49:54 +05:30
ci-reporunner ffa3212940 Update pipeline drone-docker-harness (#482)
* Update pipeline drone-docker-harness

* Update pipeline drone-docker-harness

---------

Co-authored-by: ompragash.viswanathan@harness.io <ompragash.viswanathan@harness.io>
2025-03-26 19:28:29 +05:30
OP (oppenheimer) 78fc38da63 feat: [CI-16478]: Add Azure Container Registry (ACR) authentication support (#480)
* Updated cmd/drone-acr/main.go and the dependencies

* Updated cmd/drone-acr/main.go

* Import path/filepath
2025-03-26 18:34:28 +05:30
+6 -5
View File
@@ -119,7 +119,7 @@ pipeline:
repo: plugins/<+matrix.repo>
tags:
- linux-amd64
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.amd64
when:
stageStatus: Success
@@ -206,7 +206,7 @@ pipeline:
repo: plugins/<+matrix.repo>
tags:
- linux-arm64
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64
when:
stageStatus: Success
@@ -293,7 +293,7 @@ pipeline:
repo: plugins/<+matrix.repo>
tags:
- windows-1809-amd64
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.1809
when:
stageStatus: Success
@@ -383,7 +383,7 @@ pipeline:
repo: plugins/<+matrix.repo>
tags:
- windows-ltsc2022-amd64
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.ltsc2022
when:
stageStatus: Success
@@ -425,7 +425,7 @@ pipeline:
spec: docker/<+matrix.repo>/manifest.tmpl
when:
stageStatus: Success
condition: <+codebase.build.type> == "tag" || <+codebase.build.type> == "branch"
condition: <+codebase.build.type> == "tag"
strategy:
matrix:
repo:
@@ -444,3 +444,4 @@ pipeline:
identifier: dronedockerharness
projectIdentifier: Drone_Plugins
name: drone-docker-harness
allowStageExecutions: true