Skip to content

Add Initial Docker Images #1

Add Initial Docker Images

Add Initial Docker Images #1

name: Build & Publish Docker Images
on:
pull_request:
jobs:
check-builds-all-completes:

Check failure on line 7 in .github/workflows/docker_publish_fake.yml

View workflow run for this annotation

GitHub Actions / Build & Publish Docker Images

Invalid workflow file

The workflow is not valid. .github/workflows/docker_publish_fake.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
name: Docker Images Built & Pushed
if: ${{ always() }}
runs-on: ubuntu-latest
needs:
- build-and-push-images
steps:
- run: 'echo "No builds required"'