|
|
|
|
@ -95,5 +95,5 @@ jobs:
|
|
|
|
|
push: ${{ inputs.push_to_images != '' }} |
|
|
|
|
tags: ${{ steps.meta.outputs.tags }} |
|
|
|
|
labels: ${{ steps.meta.outputs.labels }} |
|
|
|
|
cache-from: ${{ inputs.cache && 'type=gha' }} |
|
|
|
|
cache-to: ${{ inputs.cache && 'type=gha,mode=max' }} |
|
|
|
|
cache-from: ${{ inputs.cache && 'type=gha' || '' }} |
|
|
|
|
cache-to: ${{ inputs.cache && 'type=gha,mode=max' || '' }} |
|
|
|
|
|