File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
44
build_image :
45
45
name : Build image
46
46
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
48
48
with :
49
49
image_tag : " ${{ github.sha }}"
50
50
extra_image_tag : |
@@ -55,14 +55,15 @@ jobs:
55
55
artifactory_registry_url : ${{ vars.TRUEFOUNDRY_ARTIFACTORY_REGISTRY_URL }}
56
56
artifactory_repository_url : ${{ vars.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_REPOSITORY }}
57
57
free_disk_space : true
58
+ enable_scan : false
58
59
secrets :
59
60
artifactory_username : ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
60
61
artifactory_password : ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}
61
62
62
63
build_notebook_image :
63
64
name : Build notebook image
64
65
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
66
67
with :
67
68
image_tag : " ${{ github.sha }}"
68
69
extra_image_tag : |
74
75
artifactory_repository_url : ${{ vars.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_REPOSITORY }}
75
76
dockerfile_path : Dockerfile-notebook
76
77
free_disk_space : true
78
+ enable_scan : false
77
79
secrets :
78
80
artifactory_username : ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_USERNAME }}
79
- artifactory_password : ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}
81
+ artifactory_password : ${{ secrets.TRUEFOUNDRY_ARTIFACTORY_PUBLIC_PASSWORD }}
You can’t perform that action at this time.
0 commit comments