Skip to content

ci(workflow): streamline release process by reusing shared build work… #3

ci(workflow): streamline release process by reusing shared build work…

ci(workflow): streamline release process by reusing shared build work… #3

name: Push image to JFrog Artifactory
on:
# pull_request:
# types: [ opened, synchronize, reopened ]
push:
branches:
- 'main'
- arm-build
permissions:
id-token: write
contents: read
jobs:
build:
name: Build Image
uses: truefoundry/workflows/.github/workflows/build.yml@main

Check failure on line 18 in .github/workflows/release-to-jfrog.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-to-jfrog.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release-to-jfrog.yaml" -> "truefoundry/workflows/.github/workflows/build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
internal: false