Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Deepthi Sigireddi <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui and deepthi authored Jul 8, 2024
1 parent 72d9cd5 commit af52626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build_images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build Images
name: Build Docker Images
on:
pull_request:
push:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
echo "skip_push=${push}" >> $GITHUB_OUTPUT
build_and_push_vttestserver:
name: Build and push vitess/vttestserver Docker images
name: Build and push vttestserver
runs-on: gh-hosted-runners-16cores-1
if: github.repository == 'vitessio/vitess' && needs.skip_push.result == 'success'
needs:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:


build_and_push_lite:
name: Build and push vitess/lite Docker images
name: Build and push vitess/lite
runs-on: gh-hosted-runners-16cores-1
if: github.repository == 'vitessio/vitess' && needs.skip_push.result == 'success'
needs:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
tags: ${{ env.DOCKER_TAG }}

build_and_push_components:
name: Build and push vitess components Docker images
name: Build and push
runs-on: gh-hosted-runners-16cores-1
if: github.repository == 'vitessio/vitess' && needs.skip_push.result == 'success' && needs.build_and_push_lite.result == 'success'
needs:
Expand Down

0 comments on commit af52626

Please sign in to comment.