Update pipeline drone-kaniko-harness

This commit is contained in:
Archit Mallik
2025-01-31 12:14:42 +05:30
parent 9be866d9c9
commit ee4fe0529d
+4 -4
View File
@@ -209,7 +209,7 @@ pipeline:
repo: plugins/kaniko<+matrix.image>
tags:
- linux-amd64
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.amd64
when:
stageStatus: Success
@@ -279,7 +279,7 @@ pipeline:
repo: plugins/kaniko<+matrix.image>
tags:
- linux-amd64-kaniko1.9.1
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.amd64.kaniko1.9.1
when:
stageStatus: Success
@@ -494,7 +494,7 @@ pipeline:
repo: plugins/kaniko<+matrix.image>
tags:
- linux-arm64
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64
when:
stageStatus: Success
@@ -564,7 +564,7 @@ pipeline:
repo: plugins/kaniko<+matrix.image>
tags:
- linux-arm64-kaniko1.9.1
caching: true
caching: false
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64.kaniko1.9.1
when:
stageStatus: Success