Update build-base-image.yml

This commit is contained in:
涵曦 2024-10-30 16:08:22 +08:00 committed by GitHub
parent fa06a7ad17
commit 7291826b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ jobs:
with:
context: .
file: ./Dockerfile.runtime
platforms: ${{ matrix.platform }}
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:${{ github.ref_name }}, ${{ secrets.DOCKERHUB_USERNAME }}/xiaomusic:runtime
cache-from: type=local,src=/tmp/.buildx-cache