Fixes issue where occassionally a CID contains 'ERR' and fails the lo… #147
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 - Rewarder Bot | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- 'v*.*.*' | |
paths: | |
- 'Tools/TestNetRewarder/**' | |
- '!Tools/TestNetRewarder/docker/docker-compose.yaml' | |
- 'Framework/**' | |
- 'ProjectPlugins/**' | |
- .github/workflows/docker-rewarder.yml | |
- .github/workflows/docker-reusable.yml | |
workflow_dispatch: | |
jobs: | |
build-and-push: | |
name: Build and Push | |
uses: ./.github/workflows/docker-reusable.yml | |
with: | |
docker_file: Tools/TestNetRewarder/docker/Dockerfile | |
docker_repo: codexstorage/codex-rewarderbot | |
secrets: inherit | |