File tree 3 files changed +1
-13
lines changed
3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- name : Go test with coverage
62
62
run : make test-coverage
63
-
63
+
64
64
- name : Coveralls
65
65
uses :
coverallsapp/[email protected]
66
66
with :
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
- env :
7
- image-push-owner : ' k8snetworkplumbingwg'
8
6
jobs :
9
7
build-and-push-amd64-device-plugin :
10
- if : ${{ github.repository_owner == env.image-push-owner }}
11
8
name : Image push AMD64
12
9
runs-on : ubuntu-20.04
13
10
env :
38
35
file : images/Dockerfile
39
36
40
37
build-and-push-arm64-device-plugin :
41
- if : ${{ github.repository_owner == env.image-push-owner }}
42
38
name : Image push ARM64
43
39
runs-on : ubuntu-20.04
44
40
env :
71
67
file : images/Dockerfile.arm64
72
68
73
69
build-and-push-ppc64le-device-plugin :
74
- if : ${{ github.repository_owner == env.image-push-owner }}
75
70
name : Image push ppc64le
76
71
runs-on : ubuntu-20.04
77
72
env :
104
99
file : images/Dockerfile.ppc64le
105
100
106
101
push-manifest :
107
- if : ${{ github.repository_owner == env.image-push-owner }}
108
102
runs-on : ubuntu-20.04
109
103
env :
110
104
IMAGE_NAME : ghcr.io/${{ github.repository }}
Original file line number Diff line number Diff line change 3
3
push :
4
4
tags :
5
5
- v*
6
- env :
7
- image-push-owner : ' k8snetworkplumbingwg'
8
6
jobs :
9
7
build-and-push-amd64-device-plugin :
10
- if : ${{ github.repository_owner == env.image-push-owner }}
11
8
name : Image push AMD64
12
9
runs-on : ubuntu-20.04
13
10
env :
47
44
file : images/Dockerfile
48
45
49
46
build-and-push-arm64-device-plugin :
50
- if : ${{ github.repository_owner == env.image-push-owner }}
51
47
name : Image push ARM64
52
48
runs-on : ubuntu-20.04
53
49
env :
91
87
file : images/Dockerfile.arm64
92
88
93
89
build-and-push-ppc64le-device-plugin :
94
- if : ${{ github.repository_owner == env.image-push-owner }}
95
90
name : Image push ppc64le
96
91
runs-on : ubuntu-20.04
97
92
env :
@@ -134,7 +129,6 @@ jobs:
134
129
file : images/Dockerfile.ppc64le
135
130
136
131
push-manifest :
137
- if : ${{ github.repository_owner == env.image-push-owner }}
138
132
runs-on : ubuntu-20.04
139
133
env :
140
134
IMAGE_NAME : ghcr.io/${{ github.repository }}
You can’t perform that action at this time.
0 commit comments