Update ci.yml

This commit is contained in:
涵曦 2024-10-30 12:34:15 +08:00 committed by GitHub
parent 38df7aa6b9
commit 48b9e0a837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ jobs:
- name: Publish to Docker Hub
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
push: true
tags: ${{ env.TEST_TAG }}