fix missing yaml name
This commit is contained in:
parent
1f5423b45c
commit
61e0cb11bb
11
.drone.yml
11
.drone.yml
@ -14,7 +14,8 @@ steps:
|
||||
- tar -xf fixtures.tar -C /
|
||||
- go test -v
|
||||
|
||||
- image: plugins/docker
|
||||
- name: push
|
||||
image: plugins/docker
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-amd64
|
||||
@ -45,7 +46,8 @@ steps:
|
||||
- tar -xf fixtures.tar -C /
|
||||
- go test -v
|
||||
|
||||
- image: plugins/docker:linux-arm64
|
||||
- name: push
|
||||
image: plugins/docker:linux-arm64
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-arm64
|
||||
@ -76,7 +78,8 @@ steps:
|
||||
- tar -xf fixtures.tar -C /
|
||||
- go test -v
|
||||
|
||||
- image: plugins/docker:linux-arm
|
||||
- name: push
|
||||
image: plugins/docker:linux-arm
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-arm
|
||||
@ -127,4 +130,4 @@ data:
|
||||
password: "drone/docker#password"
|
||||
username: "drone/docker#username"
|
||||
|
||||
...
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user