picky son of a gun
Some checks failed
Build friends-api / build-and-push (push) Failing after 1s

This commit is contained in:
red binder 2026-08-09 02:21:22 +02:00
commit a9fc4989b8

View file

@ -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: |