Update docker.yml
This commit is contained in:
parent
787211ee6a
commit
e7f7498c6f
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -69,9 +69,9 @@ jobs:
|
||||
with:
|
||||
context: . # 构建上下文
|
||||
file: ./dockerfiles/Dockerfile-for-frp # frp的Dockerfile
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x # 构建的平台
|
||||
platforms: linux/amd64 # 构建的平台
|
||||
push: true # 推送到仓库
|
||||
# frpc的镜像标签
|
||||
tags: |
|
||||
${{ env.TAG_FRPC }}
|
||||
${{ env.TAG_FRP }}
|
||||
${{ env.TAG_FRP_LATEST }}
|
||||
|
Loading…
Reference in New Issue
Block a user