~cytrogen/masto-fe

5d93e98da433b76ba39bbe9f1f36814742e47230 — Renaud Chaput 2 years ago 9693c27
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' || '' }}