Run docker build as two jobs

This commit is contained in:
Ajay 2022-05-06 15:25:24 -04:00
parent 3341500fdf
commit 1146aac3c2

View file

@ -6,19 +6,16 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: sb-server:
name: Build docker images uses: ./.github/workflows/docker-build.yml
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/docker-build.yml
with: with:
name: "sb-server" name: "sb-server"
username: "ajayyy" username: "ajayyy"
folder: "." folder: "."
secrets: secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/workflows/docker-build.yml sb-client:
uses: ./.github/workflows/docker-build.yml
with: with:
name: "rsync-host" name: "rsync-host"
username: "ajayyy" username: "ajayyy"