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 | |
|---|---|---|---|
| d3b3f67752 | |||
| 4d7808b1d1 |
@@ -674,11 +674,12 @@ pipeline:
|
|||||||
auto_tag_suffix: windows-1809-amd64
|
auto_tag_suffix: windows-1809-amd64
|
||||||
when:
|
when:
|
||||||
stageStatus: Success
|
stageStatus: Success
|
||||||
condition: <+codebase.build.type> == "branch"
|
condition: <+codebase.build.type> == "tag"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
repo:
|
repo:
|
||||||
- docker
|
- docker
|
||||||
|
- gcr
|
||||||
- gar
|
- gar
|
||||||
- ecr
|
- ecr
|
||||||
- acr
|
- acr
|
||||||
@@ -700,6 +701,7 @@ pipeline:
|
|||||||
matrix:
|
matrix:
|
||||||
repo:
|
repo:
|
||||||
- docker
|
- docker
|
||||||
|
- gcr
|
||||||
- gar
|
- gar
|
||||||
- ecr
|
- ecr
|
||||||
- acr
|
- acr
|
||||||
@@ -778,6 +780,7 @@ pipeline:
|
|||||||
matrix:
|
matrix:
|
||||||
repo:
|
repo:
|
||||||
- docker
|
- docker
|
||||||
|
- gcr
|
||||||
- gar
|
- gar
|
||||||
- ecr
|
- ecr
|
||||||
- acr
|
- acr
|
||||||
@@ -799,6 +802,7 @@ pipeline:
|
|||||||
matrix:
|
matrix:
|
||||||
repo:
|
repo:
|
||||||
- docker
|
- docker
|
||||||
|
- gcr
|
||||||
- gar
|
- gar
|
||||||
- ecr
|
- ecr
|
||||||
- acr
|
- acr
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker:28.1.1-dind
|
FROM docker:29.3.1-dind
|
||||||
|
|
||||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM arm64v8/docker:28.1.1-dind
|
FROM arm64v8/docker:29.3.1-dind
|
||||||
|
|
||||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user