Update release-to-jfrog.yaml (#97) #16
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: Push image to JFrog Artifactory | ||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
permissions: | ||
id-token: write | ||
contents: read | ||
jobs: | ||
build: | ||
name: Build | ||
uses: truefoundry/github-workflows-public/.github/workflows/[email protected] | ||
with: | ||
use_depot: false | ||
Check failure on line 17 in .github/workflows/release-to-jfrog.yaml GitHub Actions / Push image to JFrog ArtifactoryInvalid workflow file
|
||
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 }} | ||
image_scan_severity_cutoff: critical | ||
secrets: | ||
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }} | ||
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }} |