fix(actions): Fix pre-release docker pipeline

This commit is contained in:
Roman Gershman 2022-06-13 08:23:29 +03:00
parent 8809713139
commit f24005407b
1 changed files with 1 additions and 1 deletions

View File

@ -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: .