You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
273 B
20 lines
273 B
3 years ago
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: linux-amd64
|
||
|
|
||
|
platform:
|
||
|
arch: amd64
|
||
|
os: linux
|
||
|
|
||
|
steps:
|
||
|
name: publish
|
||
|
image: plugins/docker:18
|
||
|
settings:
|
||
|
auto_tag: true
|
||
|
auto_tag_suffix: linux-amd64
|
||
|
dockerfile: Dockerfile
|
||
|
when:
|
||
|
event:
|
||
|
- push
|
||
|
- tag
|