Skip to content

update build workflow to use reuseable workflow (#90) #5

update build workflow to use reuseable workflow (#90)

update build workflow to use reuseable workflow (#90) #5

name: Push image to JFrog Artifactory
on:
push:
branches:
- 'main'
permissions:
id-token: write
contents: read
jobs:
build:
name: Build
uses: truefoundry/workflows/.github/workflows/build.yml@main

Check failure on line 15 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.
with:
image_tag: ${{ github.sha }}
image_artifact_name: async_processor
artifactory_registry_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_REGISTRY_URL }}
artifactory_repository_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_REPOSITORY }}
secrets:
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}