File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ jobs:
28
28
repo : ['development', 'testing', 'release']
29
29
steps :
30
30
31
- - name : checkout compute-entrypoint
32
- uses : actions/checkout@v2
31
+ - uses : actions/checkout@v2
33
32
34
33
- name : Cache base image
35
34
uses : actions/cache@v2
36
35
with :
37
36
path : /tmp/.buildx-cache
38
37
key : base-${{ matrix.repo }}-buildx-${{ github.sha }}
39
38
40
- - id : generate-tag-list
39
+ - name : Generate tag list
40
+ id : generate-tag-list
41
41
env :
42
42
REPO : ${{ matrix.repo }}
43
43
run : |
@@ -66,16 +66,16 @@ jobs:
66
66
image : ['hosted-ce', 'osg-ce-condor']
67
67
steps :
68
68
69
- - name : checkout compute-entrypoint
70
- uses : actions/checkout@v2
69
+ - uses : actions/checkout@v2
71
70
72
71
- name : Load cached base image
73
72
uses : actions/cache@v2
74
73
with :
75
74
path : /tmp/.buildx-cache
76
75
key : base-${{ matrix.repo }}-buildx-${{ github.sha }}
77
76
78
- - id : generate-tag-list
77
+ - name : Generate tag list
78
+ id : generate-tag-list
79
79
env :
80
80
REPO : ${{ matrix.repo }}
81
81
IMAGE : ${{ matrix.image }}
You can’t perform that action at this time.
0 commit comments