Refactor Docker setup: remove Bun dependency installation
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m55s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m55s
This commit is contained in:
parent
214982649f
commit
1b3ebc3b07
3 changed files with 6 additions and 19 deletions
|
@ -26,19 +26,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # Recommended for metadata action
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
shell: sh
|
||||
|
||||
- name: Build project
|
||||
run: bun run build
|
||||
shell: sh
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue