Update ci.yml

This commit is contained in:
涵曦 2024-10-30 12:56:03 +08:00 committed by GitHub
parent a003b6d0bf
commit 655f0f9ab7
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: linux/amd64,linux/arm64,linux/arm/v7
platforms: ${{ matrix.platform }}
context: .
push: true
tags: ${{ env.TEST_TAG }}