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'
BUILD_REF = '${{ github.sha }}'
write-mode: overwrite
- uses: borales/actions-yarn@v2.3.0
- uses: actions/setup-node@v2
with:
cmd: install
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build
node-version: '14'
- name: Install dependencies
working-directory: ./vue
run: yarn install
- name: Build dependencies
working-directory: ./vue
run: yarn build
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@2.13
with: