2 Commits

Author SHA1 Message Date
Ajay
5c61f1d366 Fix inspect command 2023-04-16 21:34:34 -04:00
Ajay
36352b0c8e Build debug 2023-04-16 21:23:01 -04:00
2 changed files with 3 additions and 12 deletions

View File

@@ -2,24 +2,15 @@ name: Docker image builds
on: on:
push: push:
branches: branches:
- master - debug
workflow_dispatch: workflow_dispatch:
jobs: jobs:
sb-server: sb-server:
uses: ./.github/workflows/docker-build.yml uses: ./.github/workflows/docker-build.yml
with: with:
name: "sb-server" name: "sb-server-debug"
username: "ajayyy" username: "ajayyy"
folder: "." folder: "."
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
rsync-host:
needs: sb-server
uses: ./.github/workflows/docker-build.yml
with:
name: "rsync-host"
username: "ajayyy"
folder: "./containers/rsync"
secrets: secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -9,4 +9,4 @@ test -e config.json || cat <<EOF > config.json
} }
EOF EOF
node dist/src/index.js node --inspect dist/src/index.js