Explorar el Código

fix: building docker image

Karol Sójko hace 1 año
padre
commit
735d89cdaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/common-docker-image.yml

+ 1 - 1
.github/workflows/common-docker-image.yml

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