Skip to content

Commit 751a65d

Browse files
authored
Update build-and-push-image.yaml
1 parent 69cc0ca commit 751a65d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-and-push-image.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
build_image:
4545
name: Build image
4646
needs: set_version_tags
47-
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].2
47+
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].4
4848
with:
4949
image_tag: "${{ github.sha }}"
5050
extra_image_tag: |
@@ -55,14 +55,15 @@ jobs:
5555
artifactory_registry_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_REGISTRY_URL }}
5656
artifactory_repository_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_REPOSITORY }}
5757
free_disk_space: true
58+
enable_scan: false
5859
secrets:
5960
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
6061
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}
6162

6263
build_notebook_image:
6364
name: Build notebook image
6465
needs: set_version_tags
65-
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].2
66+
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].4
6667
with:
6768
image_tag: "${{ github.sha }}"
6869
extra_image_tag: |
@@ -74,6 +75,7 @@ jobs:
7475
artifactory_repository_url: ${{ vars.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_REPOSITORY }}
7576
dockerfile_path: Dockerfile-notebook
7677
free_disk_space: true
78+
enable_scan: false
7779
secrets:
7880
artifactory_username: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
79-
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}
81+
artifactory_password: ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}

0 commit comments

Comments
 (0)