Skip to content

Commit

Permalink
specify docker buildx output and test with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnider-chg committed Feb 20, 2024
1 parent 8f35df3 commit 2dbd9c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- arm-support

jobs:
release:
Expand Down Expand Up @@ -50,6 +51,9 @@ jobs:
context: .
push: false
tags: bull-monitor:latest
outputs: type=image,push=false

- run: npm run services:start:all

# - name: Create Release
# env:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"ci:build": "npm run build && docker-compose build bull-monitor",
"ci:publish": "npm run ci:build && docker-compose push bull-monitor",
"format": "prettier --write .",
"generate": "ACTION=createprocess MAX_JOB_DELAY_MS=200 LIMITER_MAX=200 CREATE_DELAY_MS=50 CONCURRENCY=15 ts-node bull_generator.ts",
"generate:create": "ACTION=create CREATE_DELAY_MS=50 ts-node bull_generator.ts",
Expand Down

0 comments on commit 2dbd9c7

Please sign in to comment.