Skip to content

chore: Upgraded Hadoop to 3.4.0 #25

chore: Upgraded Hadoop to 3.4.0

chore: Upgraded Hadoop to 3.4.0 #25

Workflow file for this run

name: Pull request verification builds
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build_images:

Check failure on line 10 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / Pull request verification builds

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yaml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
needs: [build_dist]
runs-on: ubuntu-latest
strategy:
matrix:
java_version: [11]
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build sandbox images
run: make all java_version=${{ matrix.java_version }} docker_org=${{ secrets.DOCKERHUB_USERNAME }} cache=/tmp/.buildx-cache