This commit is contained in:
parent
b9f1b42725
commit
a9fc4989b8
1 changed files with 3 additions and 3 deletions
|
|
@ -5,12 +5,12 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: docker
|
||||
runs-on: debian-trixie
|
||||
steps:
|
||||
- name: Build friends-api binary
|
||||
run: |
|
||||
bun install --frozen-lockfile --production
|
||||
bun build ./index.js --compile --minify --outfile friends-api
|
||||
/root/.bun/bin/bun install --frozen-lockfile --production
|
||||
/root/.bun/bin/bun build ./index.js --compile --minify --outfile friends-api
|
||||
|
||||
- name: Build and push docker image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue