Update docker.yml

This commit is contained in:
Yifei Zhang 2023-03-31 01:56:42 +08:00 committed by GitHub
parent 7abc64347d
commit e324eb4e5d
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max