|
|
|
@ -4,6 +4,9 @@ on: |
|
|
|
platforms: |
|
|
|
platforms: |
|
|
|
required: true |
|
|
|
required: true |
|
|
|
type: string |
|
|
|
type: string |
|
|
|
|
|
|
|
cache: |
|
|
|
|
|
|
|
type: boolean |
|
|
|
|
|
|
|
default: true |
|
|
|
use_native_arm64_builder: |
|
|
|
use_native_arm64_builder: |
|
|
|
type: boolean |
|
|
|
type: boolean |
|
|
|
push_to_images: |
|
|
|
push_to_images: |
|
|
|
@ -85,5 +88,5 @@ jobs: |
|
|
|
push: ${{ inputs.push_to_images != '' }} |
|
|
|
push: ${{ inputs.push_to_images != '' }} |
|
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
|
labels: ${{ steps.meta.outputs.labels }} |
|
|
|
labels: ${{ steps.meta.outputs.labels }} |
|
|
|
cache-from: type=gha |
|
|
|
cache-from: ${{ inputs.cache && 'type=gha' || '' }} |
|
|
|
cache-to: type=gha,mode=max |
|
|
|
cache-to: ${{ inputs.cache && 'type=gha,mode=max' || '' }} |
|
|
|
|