Update docker.yml
This commit is contained in:
parent
2e89b81623
commit
ce4fcba803
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: . # 构建上下文
|
context: . # 构建上下文
|
||||||
file: ./dockerfiles/Dockerfile-for-frp # frp的Dockerfile
|
file: ./dockerfiles/Dockerfile-for-frp # frp的Dockerfile
|
||||||
platforms: linux/amd64 # 构建的平台
|
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/mips64le,linux/mips64 # 构建的平台
|
||||||
push: true # 推送到仓库
|
push: true # 推送到仓库
|
||||||
# frpc的镜像标签
|
# frpc的镜像标签
|
||||||
tags: |
|
tags: |
|
||||||
|
Loading…
Reference in New Issue
Block a user