ci: Fix Vue build issues (#3650)

* lock vue versions to patch. Not use docker cache in nightly builds

* revert to using npm install
This commit is contained in:
Ahsan Virani
2022-07-04 13:56:52 +02:00
committed by GitHub
parent 07b6cffdba
commit 0af3ccf35f
5 changed files with 7 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ jobs:
platforms: linux/amd64
push: true
tags: n8nio/n8n:${{ github.event.inputs.tag || 'nightly' }}
no-cache: true
- name: Call Success URL - optionally
run: |
[[ "${{github.event.inputs.success-url}}" != "" ]] && curl -v ${{github.event.inputs.success-url}} || echo ""