Skip to content

Commit

Permalink
Update release-to-jfrog.yaml (#97)
Browse files Browse the repository at this point in the history
* Update release-to-jfrog.yaml

* Update release-to-jfrog.yaml
  • Loading branch information
chiragjn authored Nov 14, 2024
1 parent ac6e748 commit 6e51991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ permissions:
jobs:
build:
name: Build
uses: truefoundry/workflows/.github/workflows/build.yml@v0.2.1
uses: truefoundry/github-workflows-public/.github/workflows/build.yml@v0.1.4
with:
use_depot: false
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:
depot_token: ${{ secrets.DEPOT_API_KEY }}
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}

0 comments on commit 6e51991

Please sign in to comment.