Update docker.yml

This commit is contained in:
ai773203918 2024-11-15 19:44:56 +08:00 committed by GitHub
parent 2e89b81623
commit ce4fcba803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |