ci: update docker registry ci: update creds ci: update repo ci: (fix) repo
This commit is contained in:
parent
63c4922f08
commit
eb287050dc
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: docker.grassecon.net/cic-auth-helper-gitea
|
||||
registry: docker.grassecon.net
|
||||
tags: latest
|
Loading…
Reference in New Issue
Block a user