fix(actions): Fix pre-release docker pipeline
This commit is contained in:
parent
8809713139
commit
f24005407b
|
@ -89,7 +89,7 @@ jobs:
|
|||
cache-to: type=inline
|
||||
|
||||
- name: Build pre-release image
|
||||
if: env.IS_PRERELEASE == true
|
||||
if: env.IS_PRERELEASE == 'true'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue