Fix errors when postgres returns undefined and trying to save to redis #510
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker image builds | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
sb-server: | |
uses: ./.github/workflows/docker-build.yml | |
with: | |
name: "sb-server" | |
username: "ajayyy" | |
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: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |