Skip to content

fix integer display (#90) #100

fix integer display (#90)

fix integer display (#90) #100

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: [arc-runner-set]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: docker build -t hub.pingcap.net/qa/schrddl-master .
- name: Docker Login
uses: docker/login-action@v1
with:
registry: hub.pingcap.net
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Push
run: docker push hub.pingcap.net/qa/schrddl-master