File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
- name : Build and Push Container (with drivers)
64
64
uses : ./devops/actions/build_container
65
65
with :
66
- push : ${{ github.event_name != 'pull_request ' }}
66
+ push : ${{ github.ref_name == 'sycl ' }}
67
67
file : ubuntu2204_preinstalled
68
68
username : ${{ github.repository_owner }}
69
69
password : ${{ secrets.GITHUB_TOKEN }}
76
76
- name : Build and Push Container (no drivers)
77
77
uses : ./devops/actions/build_container
78
78
with :
79
- push : ${{ github.event_name != 'pull_request ' }}
79
+ push : ${{ github.ref_name == 'sycl ' }}
80
80
file : ubuntu2204_preinstalled
81
81
username : ${{ github.repository_owner }}
82
82
password : ${{ secrets.GITHUB_TOKEN }}
89
89
- name : Build and Push Container (Build image)
90
90
uses : ./devops/actions/build_container
91
91
with :
92
- push : ${{ github.event_name != 'pull_request ' }}
92
+ push : ${{ github.ref_name == 'sycl ' }}
93
93
file : ubuntu2204_preinstalled
94
94
username : ${{ github.repository_owner }}
95
95
password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments