From e4442b35f2c77060dcf31291a9b353ff66dad4a5 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Tue, 11 Jun 2024 19:31:56 +0900 Subject: [PATCH] Fix --- .github/workflows/reusable--build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable--build.yaml b/.github/workflows/reusable--build.yaml index 7a43ed6c..db424898 100644 --- a/.github/workflows/reusable--build.yaml +++ b/.github/workflows/reusable--build.yaml @@ -57,7 +57,7 @@ jobs: images: ghcr.io/${{ github.repository }} tags: ${{ inputs.tags }} flavor: ${{ inputs.flavor }} - - if: !inputs.disable-build-cache + - if: inputs.disable-build-cache != true uses: int128/docker-build-cache-config-action@0b4582921757b6145fd7fab8156c725b28e1c2b8 # v1.31.0 id: cache with: