17 lines
322 B
YAML
17 lines
322 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: deploy
|
|
steps:
|
|
- name: push
|
|
image: plugins/docker
|
|
when:
|
|
branch:
|
|
- main
|
|
settings:
|
|
dockerfile: Dockerfile
|
|
repo: git.jacknet.io/jackhadrill/iw4xdocker
|
|
username: JackNet
|
|
password:
|
|
from_secret: password
|
|
registry: git.jacknet.io
|