Fix container build when cache is disabled (#26932)
1 files changed, 2 insertions(+), 2 deletions(-) M .github/workflows/build-container-image.yml
M .github/workflows/build-container-image.yml => .github/workflows/build-container-image.yml +2 -2
@@ 95,5 95,5 @@ jobs: push: ${{ inputs.push_to_images != '' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: ${{ inputs.cache && 'type=gha' }} cache-to: ${{ inputs.cache && 'type=gha,mode=max' }} cache-from: ${{ inputs.cache && 'type=gha' || '' }} cache-to: ${{ inputs.cache && 'type=gha,mode=max' || '' }}