add platform label

This commit is contained in:
Thephaseless 2024-11-21 22:38:34 +00:00
parent e86d9642a3
commit 5871454d25

View File

@ -92,6 +92,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-args: GITHUB_BUILD=true build-args: GITHUB_BUILD=true