1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-11 15:38:14 +08:00

Update ci.yml

This commit is contained in:
涵曦
2024-10-30 12:56:03 +08:00
committed by GitHub
parent a003b6d0bf
commit 655f0f9ab7

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 }}