fix: building docker image

This commit is contained in:
Karol Sójko
2023-09-19 08:36:13 +02:00
parent e8db412bc2
commit 735d89cdaa
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
- name: Build
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn workspace ${{ inputs.workspace_name }} build
run: yarn build
- name: Login to Docker Hub
uses: docker/login-action@v2