mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-26 09:15:06 +03:00
ci/cd: only build required binaries for next image
This commit is contained in:
2
.github/workflows/build-next.yml
vendored
2
.github/workflows/build-next.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Build binaries
|
||||
run: sh scripts/development/build-binaries.sh
|
||||
run: sh scripts/development/build-binaries.sh --docker-only
|
||||
|
||||
- name: Build and push container image
|
||||
id: build-push-image
|
||||
|
||||
Reference in New Issue
Block a user