This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/.drone.yml

17 lines
285 B
YAML
Raw Normal View History

2024-09-23 21:56:49 +00:00
---
kind: pipeline
type: kubernetes
name: hello-world
steps:
- name: docker
image: plugins/docker
settings:
repo: fascinated/test-image
username:
from_secret: docker_username
password:
from_secret: docker_token
tags:
- latest