diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee7f2718..5477a7ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,7 +85,7 @@ jobs: with: context: . cache-from: type=gha,scope=prod - no-cache: ${{ inputs.nocache }} + no-cache: ${{ inputs.nocache == true }} platforms: linux/amd64,linux/arm64 push: true tags: |