mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-16 14:50:37 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe4221f845 | |||
| 8c5277ae89 |
@@ -119,7 +119,7 @@ pipeline:
|
|||||||
repo: plugins/<+matrix.repo>
|
repo: plugins/<+matrix.repo>
|
||||||
tags:
|
tags:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
caching: true
|
caching: false
|
||||||
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.amd64
|
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.amd64
|
||||||
when:
|
when:
|
||||||
stageStatus: Success
|
stageStatus: Success
|
||||||
@@ -206,7 +206,7 @@ pipeline:
|
|||||||
repo: plugins/<+matrix.repo>
|
repo: plugins/<+matrix.repo>
|
||||||
tags:
|
tags:
|
||||||
- linux-arm64
|
- linux-arm64
|
||||||
caching: true
|
caching: false
|
||||||
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64
|
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64
|
||||||
when:
|
when:
|
||||||
stageStatus: Success
|
stageStatus: Success
|
||||||
@@ -425,7 +425,7 @@ pipeline:
|
|||||||
spec: docker/<+matrix.repo>/manifest.tmpl
|
spec: docker/<+matrix.repo>/manifest.tmpl
|
||||||
when:
|
when:
|
||||||
stageStatus: Success
|
stageStatus: Success
|
||||||
condition: <+codebase.build.type> == "tag" || <+codebase.build.type> == "branch"
|
condition: <+codebase.build.type> == "tag"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
repo:
|
repo:
|
||||||
|
|||||||
Reference in New Issue
Block a user