Ver código fonte

Fix variable usage

Mohammad Abdolirad 2 anos atrás
pai
commit
4ac43caeed
1 arquivos alterados com 1 adições e 1 exclusões
  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 }}