ソースを参照

Fix variable usage

Mohammad Abdolirad 2 年 前
コミット
4ac43caeed
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -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 }}