Update workflow to build Docker image
Some checks failed
Build Frontend / build (push) Failing after 46s
Some checks failed
Build Frontend / build (push) Failing after 46s
This commit is contained in:
@@ -9,19 +9,5 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.9.0'
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
- name: Build Docker image
|
||||
run: docker build -t ember-market-frontend .
|
||||
|
||||
Reference in New Issue
Block a user