mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-16 14:50:37 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54ecac67e7 | |||
| 980b21db16 | |||
| c2fd93f501 | |||
| c4ff01c1e7 |
@@ -119,7 +119,7 @@ pipeline:
|
|||||||
repo: plugins/<+matrix.repo>
|
repo: plugins/<+matrix.repo>
|
||||||
tags:
|
tags:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
caching: false
|
caching: true
|
||||||
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: false
|
caching: true
|
||||||
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64
|
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64
|
||||||
when:
|
when:
|
||||||
stageStatus: Success
|
stageStatus: Success
|
||||||
@@ -293,7 +293,7 @@ pipeline:
|
|||||||
repo: plugins/<+matrix.repo>
|
repo: plugins/<+matrix.repo>
|
||||||
tags:
|
tags:
|
||||||
- windows-1809-amd64
|
- windows-1809-amd64
|
||||||
caching: false
|
caching: true
|
||||||
dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.1809
|
dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.1809
|
||||||
when:
|
when:
|
||||||
stageStatus: Success
|
stageStatus: Success
|
||||||
@@ -383,7 +383,7 @@ pipeline:
|
|||||||
repo: plugins/<+matrix.repo>
|
repo: plugins/<+matrix.repo>
|
||||||
tags:
|
tags:
|
||||||
- windows-ltsc2022-amd64
|
- windows-ltsc2022-amd64
|
||||||
caching: false
|
caching: true
|
||||||
dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.ltsc2022
|
dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.ltsc2022
|
||||||
when:
|
when:
|
||||||
stageStatus: Success
|
stageStatus: Success
|
||||||
@@ -444,4 +444,3 @@ pipeline:
|
|||||||
identifier: dronedockerharness
|
identifier: dronedockerharness
|
||||||
projectIdentifier: Drone_Plugins
|
projectIdentifier: Drone_Plugins
|
||||||
name: drone-docker-harness
|
name: drone-docker-harness
|
||||||
allowStageExecutions: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user