Skip to content

Commit f4b1bc7

Browse files
Update CI names
1 parent 1074cd2 commit f4b1bc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build-canary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
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)
1616
runs-on: ubuntu-latest
1717
if: github.repository_owner == 'Ruby-Network'
1818
permissions:
@@ -50,7 +50,7 @@ jobs:
5050
cache-from: type=gha
5151
cache-to: type=gha,mode=max
5252
build-and-push-image-jruby:
53-
name: Build and Push Docker Image (JRuby)
53+
name: Build and Push Docker Image (JRuby Canary)
5454
runs-on: ubuntu-latest
5555
if: github.repository_owner == 'Ruby-Network'
5656
permissions:
@@ -88,7 +88,7 @@ jobs:
8888
cache-from: type=gha
8989
cache-to: type=gha,mode=max
9090
build-and-push-image-truffleruby:
91-
name: Build and Push Docker Image (TruffleRuby)
91+
name: Build and Push Docker Image (TruffleRuby Canary)
9292
runs-on: ubuntu-latest
9393
if: github.repository_owner == 'Ruby-Network'
9494
permissions:

0 commit comments

Comments
 (0)