mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-22 22:53:09 +00:00
修复 Docker 构建镜像安装依赖速度慢的问题
This commit is contained in:
parent
0912ae1458
commit
7046219cd4
2
.github/workflows/Build_Image.yml
vendored
2
.github/workflows/Build_Image.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
publish: true
|
||||
imageName: binaryify/netease_cloud_music_api # dockerid/imageName
|
||||
platform: linux/ppc64le,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
|
||||
platform: linux/ppc64le,linux/s390x,linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 # 你准备构建的镜像平台
|
||||
tag: latest,${{ steps.get_version.outputs.VERSION }}
|
||||
dockerUser: ${{ secrets.DOCKER_USERNAME }} # docker hub userid 在setting创建secrets name=DOCKER_USERNAME value=dockerid
|
||||
dockerPassword: ${{ secrets.DOCKER_PASSWORD }} # docker hub password,在setting创建secrets name=DOCKER_PASSWORD value=dockerpassword
|
||||
|
@ -1,4 +1,7 @@
|
||||
# 更新日志
|
||||
### 4.13.7 | 2023.10.26
|
||||
- 修复 Docker 构建镜像安装依赖速度慢的问题
|
||||
|
||||
### 4.13.6 | 2023.10.26
|
||||
- 修复匿名登录下,部分接口提示网络太拥挤问题 #1829
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "4.13.6",
|
||||
"version": "4.13.7",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user