Skip to content

Update release-to-jfrog.yaml #12

Update release-to-jfrog.yaml

Update release-to-jfrog.yaml #12

name: Push image to JFrog Artifactory
on:
push:
branches:
- 'main'
- 'test-update-grype-action'
permissions:
id-token: write
contents: read
jobs:
build:
name: Build
uses: truefoundry/github-workflows-public/.github/workflows/[email protected]

Check failure on line 16 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/github-workflows-public/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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 }}