Skip to content

Commit

Permalink
Update CI names
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Mar 16, 2024
1 parent 1074cd2 commit f4b1bc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-and-push-image-normal:
name: Build and Push Docker Image (Normal, MRI ruby)
name: Build and Push Docker Image (Normal, MRI ruby Canary)
runs-on: ubuntu-latest
if: github.repository_owner == 'Ruby-Network'
permissions:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-and-push-image-jruby:
name: Build and Push Docker Image (JRuby)
name: Build and Push Docker Image (JRuby Canary)
runs-on: ubuntu-latest
if: github.repository_owner == 'Ruby-Network'
permissions:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-and-push-image-truffleruby:
name: Build and Push Docker Image (TruffleRuby)
name: Build and Push Docker Image (TruffleRuby Canary)
runs-on: ubuntu-latest
if: github.repository_owner == 'Ruby-Network'
permissions:
Expand Down

0 comments on commit f4b1bc7

Please sign in to comment.