forked from SudhanPlayz/Discord-MusicBot
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I found out this video from YouTube, appears to be using the same CI as ours. So it should work. Fixes: b7a8f44
- Loading branch information
1 parent
7c26cb7
commit ec3e2fd
Showing
2 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
when: | ||
- event: [pull_request, tag, cron] | ||
- event: push | ||
branch: | ||
- ${CI_REPO_DEFAULT_BRANCH} | ||
- renovate/* | ||
|
||
|
||
steps: | ||
publish-dev: | ||
image: plugins/docker | ||
settings: | ||
repo: git.dpaste.org/${CI_REPO_OWNER}/container-dev | ||
registry: git.dpaste.org | ||
dockerfile: Dockerfile | ||
platforms: linux/amd64 | ||
tag: latest | ||
username: ${CI_REPO_OWNER} | ||
password: | ||
from_secret: DPASTE_TOKEN |