Skip to content

Commit

Permalink
Merge pull request #7 from truefoundry/update-build-workflow-version
Browse files Browse the repository at this point in the history
update build workflow to 0.2.1
  • Loading branch information
DeeAjayi authored Nov 12, 2024
2 parents 80ca691 + 8334423 commit 0b64c53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-n-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ permissions:
jobs:
build:
name: Build, Scan and Release NUI Image
uses: truefoundry/workflows/.github/workflows/build.yml@v0.1.0
uses: truefoundry/workflows/.github/workflows/build.yml@v0.2.1
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 }}

0 comments on commit 0b64c53

Please sign in to comment.