Skip to content

fix

fix #71

Workflow file for this run

name: Build
on:
push:
branches: [ unifytestframework ]
jobs:
build:
runs-on: [self-hosted, Linux, X64]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: docker build -t hub.pingcap.net/qa/schrddl-unifytestframework .
- 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-unifytestframework