Skip to content

Commit

Permalink
revert testing code
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 19, 2023
1 parent f81977a commit da988f7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/docker_build_vttestserver.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build VtTestServer
name: Docker Build vttestserver
on:
push:
branches:
Expand All @@ -7,17 +7,16 @@ on:
- '*'

concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Docker Build VtTestServer')
group: format('{0}-{1}', ${{ github.ref }}, 'Docker Build vttestserver')
cancel-in-progress: true

permissions: read-all

jobs:
build_and_push:
name: Build and push vitess/vttestserver Docker images
runs-on: ubuntu-latest
# runs-on: gh-hosted-runners-16cores-1
# if: github.repository == 'vitessio/vitess'
runs-on: gh-hosted-runners-16cores-1
if: github.repository == 'vitessio/vitess'

strategy:
fail-fast: true
Expand Down Expand Up @@ -45,7 +44,7 @@ jobs:
context: .
file: ${{ env.DOCKERFILE }}
push: true
tags: frouioui/vttestserver:${{ matrix.branch }}
tags: vitess/vttestserver:${{ matrix.branch }}

- name: Get the Git tag
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -54,7 +53,7 @@ jobs:
- name: Set Docker tag name
if: startsWith(github.ref, 'refs/tags/')
run: |
echo "DOCKER_TAG=frouioui/vttestserver:${TAG_NAME}-${{ matrix.branch }}" >> $GITHUB_ENV
echo "DOCKER_TAG=vitess/vttestserver:${TAG_NAME}-${{ matrix.branch }}" >> $GITHUB_ENV
- name: Build and push on tags
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit da988f7

Please sign in to comment.