瀏覽代碼

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
         uses: docker/bake-action@v2
         with:
-          push: ${{ is_default_branch }}
+          push: "{{ is_default_branch }}"
           targets: ${{ matrix.variant }}
           files: |
             ${{ steps.meta.outputs.bake-file }}