mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 12:12:14 +00:00
Fix container build when cache is disabled (#26932)
This commit is contained in:
parent
9693c271f1
commit
5d93e98da4
4
.github/workflows/build-container-image.yml
vendored
4
.github/workflows/build-container-image.yml
vendored
|
@ -95,5 +95,5 @@ jobs:
|
||||||
push: ${{ inputs.push_to_images != '' }}
|
push: ${{ inputs.push_to_images != '' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: ${{ inputs.cache && 'type=gha' }}
|
cache-from: ${{ inputs.cache && 'type=gha' || '' }}
|
||||||
cache-to: ${{ inputs.cache && 'type=gha,mode=max' }}
|
cache-to: ${{ inputs.cache && 'type=gha,mode=max' || '' }}
|
||||||
|
|
Loading…
Reference in a new issue