mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
fix: building docker image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user