|
@@ -46,7 +46,7 @@ jobs:
|
|
- name: Build images
|
|
- name: Build images
|
|
uses: docker/bake-action@v2
|
|
uses: docker/bake-action@v2
|
|
with:
|
|
with:
|
|
- push: ${{ is_default_branch }}
|
|
|
|
|
|
+ push: "{{ is_default_branch }}"
|
|
targets: ${{ matrix.variant }}
|
|
targets: ${{ matrix.variant }}
|
|
files: |
|
|
files: |
|
|
${{ steps.meta.outputs.bake-file }}
|
|
${{ steps.meta.outputs.bake-file }}
|