Compare commits
No commits in common. "9f228bf24e0b968fb42f84eb2525a8a32ea6f5ce" and "b6b139cfafe4cfe17122189b3b18a98d4392c20e" have entirely different histories.
9f228bf24e
...
b6b139cfaf
26
.drone.yml
26
.drone.yml
@ -13,3 +13,29 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- cron
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: dependabot
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: dependabot-docker
|
||||||
|
image: xefir/docker-dependabot-gitea
|
||||||
|
environment:
|
||||||
|
GITHUB_ACCESS_TOKEN:
|
||||||
|
from_secret: github_access_token
|
||||||
|
GITEA_ACCESS_TOKEN:
|
||||||
|
from_secret: gitea_access_token
|
||||||
|
PROJECT_PATH: Xefir/dl
|
||||||
|
GITEA_HOSTNAME: git.crystalyx.net
|
||||||
|
GITEA_SCHEME: https
|
||||||
|
PACKAGE_MANAGER: docker
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
Loading…
Reference in New Issue
Block a user