testing build action dev 1
This commit is contained in:
13
.github/workflows/docker-publish-dev.yml
vendored
13
.github/workflows/docker-publish-dev.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user