From af52626c268ca30ba9a501795d01e25bc53d1b7a Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:31:46 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Deepthi Sigireddi Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> --- .github/workflows/docker_build_images.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker_build_images.yml b/.github/workflows/docker_build_images.yml index 9ae1fb44b4b..0349bb1b5d0 100644 --- a/.github/workflows/docker_build_images.yml +++ b/.github/workflows/docker_build_images.yml @@ -1,4 +1,4 @@ -name: Docker Build Images +name: Build Docker Images on: pull_request: push: @@ -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: @@ -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: @@ -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: