Fix docker building workflow

This commit is contained in:
Ajay
2022-05-06 14:42:52 -04:00
parent 81ad0dd640
commit 3341500fdf

View File

@@ -1,4 +1,4 @@
name: sb-runner name: Docker image builds
on: on:
push: push:
branches: branches:
@@ -7,14 +7,18 @@ on:
jobs: jobs:
build: build:
uses: ./.github/workflows/docker-build.yml name: Build docker images
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 - uses: ./.github/workflows/docker-build.yml
with: with:
name: "rsync-host" name: "rsync-host"
username: "ajayyy" username: "ajayyy"