Skip to content

Merge pull request #7 from truefoundry/update-build-workflow-version #2

Merge pull request #7 from truefoundry/update-build-workflow-version

Merge pull request #7 from truefoundry/update-build-workflow-version #2

Workflow file for this run

name: Build and Push Image to JFrog Artifactory
on:
push:
branches:
- 'main'
permissions:
id-token: write
contents: read
jobs:
build:
name: Build, Scan and Release NUI Image
uses: truefoundry/workflows/.github/workflows/[email protected]

Check failure on line 15 in .github/workflows/build-n-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-n-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-n-push.yml" -> "truefoundry/workflows/.github/workflows/[email protected]" : 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 }}
depot_project_id: ${{ vars.DEPOT_PROJECT_ID }}
image_artifact_name: ${{ github.event.repository.name }}
artifactory_registry_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_REGISTRY_URL }}
artifactory_repository_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_REPOSITORY }}
secrets:
depot_token: ${{ secrets.DEPOT_API_KEY }}
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}