testing build action dev 1

This commit is contained in:
vabene1111
2021-10-13 10:32:56 +02:00
parent b0411b986e
commit 139afcd333

View File

@ -19,12 +19,15 @@ jobs:
VERSION_NUMBER = 'develop' VERSION_NUMBER = 'develop'
BUILD_REF = '${{ github.sha }}' BUILD_REF = '${{ github.sha }}'
write-mode: overwrite write-mode: overwrite
- uses: borales/actions-yarn@v2.3.0 - uses: actions/setup-node@v2
with: with:
cmd: install node-version: '14'
- uses: borales/actions-yarn@v2.3.0 - name: Install dependencies
with: working-directory: ./vue
cmd: build run: yarn install
- name: Build dependencies
working-directory: ./vue
run: yarn build
- name: Publish to Registry - name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@2.13 uses: elgohr/Publish-Docker-Github-Action@2.13
with: with: