ci: add logic to only run certain registries on PRs #64
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: 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 GitHub Actions / Build Using Reusable WorkflowInvalid workflow file
|
||
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 |