Skip to content

Added CI workflows.

Added CI workflows. #1

Workflow file for this run

name: On Push (Main)
on:
push:
branches:
- main
jobs:
test:
name: Run Tests
uses: ./.github/workflows/callable-test.yml
build:
name: Build Docker Image
uses: ./.github/workflows/callable-build.yml

Check failure on line 15 in .github/workflows/on-push-main.yml

View workflow run for this annotation

GitHub Actions / On Push (Main)

Invalid workflow file

The workflow is not valid. .github/workflows/on-push-main.yml (Line: 15, Col: 11): Input docker_hub_username is required, but not provided while calling. .github/workflows/on-push-main.yml (Line: 23, Col: 27): Invalid input, dockerhub_username is not defined in the referenced workflow.
needs:
- test
with:
ghcr_image_name: ${{ github.repository }}
image_name: free-games-crawler
image_tag: latest
ghcr_username: ${{ github.actor }}
dockerhub_username: moonstarx
secrets:
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}