Browse Source

Fix variable usage

Mohammad Abdolirad 2 năm trước cách đây
mục cha
commit
4ac43caeed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }}