Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Jun 11, 2024
1 parent 12f7147 commit e4442b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable--build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e4442b3

Please sign in to comment.