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 12
12
13
13
jobs :
14
14
build-and-push-image-normal :
15
- name : Build and Push Docker Image (Normal, MRI ruby)
15
+ name : Build and Push Docker Image (Normal, MRI ruby Canary )
16
16
runs-on : ubuntu-latest
17
17
if : github.repository_owner == 'Ruby-Network'
18
18
permissions :
50
50
cache-from : type=gha
51
51
cache-to : type=gha,mode=max
52
52
build-and-push-image-jruby :
53
- name : Build and Push Docker Image (JRuby)
53
+ name : Build and Push Docker Image (JRuby Canary )
54
54
runs-on : ubuntu-latest
55
55
if : github.repository_owner == 'Ruby-Network'
56
56
permissions :
88
88
cache-from : type=gha
89
89
cache-to : type=gha,mode=max
90
90
build-and-push-image-truffleruby :
91
- name : Build and Push Docker Image (TruffleRuby)
91
+ name : Build and Push Docker Image (TruffleRuby Canary )
92
92
runs-on : ubuntu-latest
93
93
if : github.repository_owner == 'Ruby-Network'
94
94
permissions :
You can’t perform that action at this time.
0 commit comments