File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 7
7
image-push-owner : ' k8snetworkplumbingwg'
8
8
jobs :
9
9
build-and-push-amd64-device-plugin :
10
- if : ${{ github.repository_owner == env.image-push-owner }}
11
10
name : Image push AMD64
12
11
runs-on : ubuntu-20.04
13
12
env :
27
26
password : ${{ secrets.GITHUB_TOKEN }}
28
27
29
28
- name : Build and push sriov-network-device-plugin
29
+ if : ${{ github.repository_owner == env.image-push-owner }}
30
30
uses : docker/build-push-action@v4
31
31
with :
32
32
context : .
38
38
file : images/Dockerfile
39
39
40
40
build-and-push-arm64-device-plugin :
41
- if : ${{ github.repository_owner == env.image-push-owner }}
42
41
name : Image push ARM64
43
42
runs-on : ubuntu-20.04
44
43
env :
61
60
password : ${{ secrets.GITHUB_TOKEN }}
62
61
63
62
- name : Build and push sriov-network-device-plugin
63
+ if : ${{ github.repository_owner == env.image-push-owner }}
64
64
uses : docker/build-push-action@v4
65
65
with :
66
66
context : .
71
71
file : images/Dockerfile.arm64
72
72
73
73
build-and-push-ppc64le-device-plugin :
74
- if : ${{ github.repository_owner == env.image-push-owner }}
75
74
name : Image push ppc64le
76
75
runs-on : ubuntu-20.04
77
76
env :
94
93
password : ${{ secrets.GITHUB_TOKEN }}
95
94
96
95
- name : Build and push sriov-network-device-plugin
96
+ if : ${{ github.repository_owner == env.image-push-owner }}
97
97
uses : docker/build-push-action@v4
98
98
with :
99
99
context : .
@@ -104,7 +104,6 @@ jobs:
104
104
file : images/Dockerfile.ppc64le
105
105
106
106
push-manifest :
107
- if : ${{ github.repository_owner == env.image-push-owner }}
108
107
runs-on : ubuntu-20.04
109
108
env :
110
109
IMAGE_NAME : ghcr.io/${{ github.repository }}
Original file line number Diff line number Diff line change 7
7
image-push-owner : ' k8snetworkplumbingwg'
8
8
jobs :
9
9
build-and-push-amd64-device-plugin :
10
- if : ${{ github.repository_owner == env.image-push-owner }}
11
10
name : Image push AMD64
12
11
runs-on : ubuntu-20.04
13
12
env :
37
36
type=ref,event=tag
38
37
39
38
- name : Build and push sriov-network-device-plugin
39
+ if : ${{ github.repository_owner == env.image-push-owner }}
40
40
uses : docker/build-push-action@v4
41
41
with :
42
42
context : .
47
47
file : images/Dockerfile
48
48
49
49
build-and-push-arm64-device-plugin :
50
- if : ${{ github.repository_owner == env.image-push-owner }}
51
50
name : Image push ARM64
52
51
runs-on : ubuntu-20.04
53
52
env :
81
80
82
81
83
82
- name : Build and push sriov-network-device-plugin
83
+ if : ${{ github.repository_owner == env.image-push-owner }}
84
84
uses : docker/build-push-action@v4
85
85
with :
86
86
context : .
91
91
file : images/Dockerfile.arm64
92
92
93
93
build-and-push-ppc64le-device-plugin :
94
- if : ${{ github.repository_owner == env.image-push-owner }}
95
94
name : Image push ppc64le
96
95
runs-on : ubuntu-20.04
97
96
env :
@@ -124,6 +123,7 @@ jobs:
124
123
type=ref,event=tag
125
124
126
125
- name : Build and push sriov-network-device-plugin
126
+ if : ${{ github.repository_owner == env.image-push-owner }}
127
127
uses : docker/build-push-action@v4
128
128
with :
129
129
context : .
@@ -134,7 +134,6 @@ jobs:
134
134
file : images/Dockerfile.ppc64le
135
135
136
136
push-manifest :
137
- if : ${{ github.repository_owner == env.image-push-owner }}
138
137
runs-on : ubuntu-20.04
139
138
env :
140
139
IMAGE_NAME : ghcr.io/${{ github.repository }}
You can’t perform that action at this time.
0 commit comments