mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
{
|
|
"plugins": [
|
|
[
|
|
"@codedependant/semantic-release-docker",
|
|
{
|
|
"dockerImage": "revanced-bot-discord",
|
|
"dockerRegistry": "ghcr.io",
|
|
"dockerProject": "revanced",
|
|
"dockerContext": "../..",
|
|
"dockerPlatform": [
|
|
"linux/amd64",
|
|
"linux/arm64"
|
|
],
|
|
"dockerArgs": {
|
|
"GITHUB_ACTOR": null,
|
|
"GITHUB_TOKEN": null
|
|
}
|
|
}
|
|
]
|
|
]
|
|
} |