Update docker-image.yml
This commit is contained in:
parent
8ccc1babf3
commit
2194320a45
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@ -34,11 +34,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm ci
|
npm ci
|
||||||
# build and test the apps
|
# build the apps
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
npm run build
|
npm run build
|
||||||
npm run test
|
|
||||||
push_to_Docker_Hub:
|
push_to_Docker_Hub:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user