19 lines
317 B
YAML
19 lines
317 B
YAML
|
kind: pipeline
|
||
|
name: amd64
|
||
|
|
||
|
platform:
|
||
|
os: linux
|
||
|
arch: amd64
|
||
|
|
||
|
steps:
|
||
|
- name: docker
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
username:
|
||
|
from_secret: docker_username
|
||
|
password:
|
||
|
from_secret: docker_password
|
||
|
repo: registry.rudin.io/x86/minetest-xp-highscore
|
||
|
registry: registry.rudin.io
|
||
|
tags: latest
|