-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
替换豆瓣评分 过滤指定媒体 开关媒体名称同步
- Loading branch information
sleikang
committed
Jun 16, 2024
1 parent
7bbc0c5
commit 9e600a5
Showing
14 changed files
with
891 additions
and
681 deletions.
There are no files selected for viewing
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,22 @@ | ||
services: | ||
- docker:dind | ||
|
||
stages: | ||
- build-and_push | ||
|
||
variables: | ||
DOCKER_DRIVER: overlay2 | ||
DOCKER_HOST: tcp://docker:2375/ # 设置DOCKER_HOST指向docker服务 | ||
DOCKER_TLS_CERTDIR: "" # 禁用TLS验证(仅在安全环境下使用) | ||
|
||
before_script: | ||
- docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD | ||
|
||
build-and_push: | ||
stage: build-and_push | ||
script: | ||
- docker build -t media_server_tools . | ||
- docker tag media_server_tools $DOCKER_HUB_USERNAME/media_server_tools:latest | ||
- docker push $DOCKER_HUB_USERNAME/media_server_tools:latest | ||
only: | ||
- main |
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
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
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
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
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
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
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.