Skip to content

ci: add logic to only run certain registries on PRs #64

ci: add logic to only run certain registries on PRs

ci: add logic to only run certain registries on PRs #64

name: Build Using Reusable Workflow
on: [push, pull_request]
jobs:
reusable-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@develop

Check failure on line 8 in .github/workflows/dockerfile_workflow_test.yaml

View workflow run for this annotation

GitHub Actions / Build Using Reusable Workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/dockerfile_workflow_test.yaml (Line: 8, Col: 11): Error from called workflow celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@develop (Line: 177, Col: 9): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.registry.run-on-pr == build_for_pr || needs.prepare-env.outputs.build_for_merge == 'true'
with:
dockerfile: docker-action-test/Dockerfile
packageName: docker-test
secrets: inherit
reusable-build-defaults:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@develop
with:
dockerfile: docker-action-test/Dockerfile
secrets: inherit