Merge pull request #4 from truefoundry/update-workflow #1
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: 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 GitHub Actions / .github/workflows/build-n-push.ymlInvalid workflow file
|
||
with: | ||
image_tag: ${{ github.sha }} | ||
image_artifact_name: ${{ github.event.repository.name }} | ||
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 }} |