Skip to content

Commit 1be5824

Browse files
committed
fix action
Signed-off-by: wjhuang2016 <[email protected]>
1 parent 390d974 commit 1be5824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: Build
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ importinto_addindex ]
55
jobs:
66
build:
77
runs-on: [arc-runner-set]
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
1111
- name: Build
12-
run: docker build -t hub.pingcap.net/qa/schrddl-master .
12+
run: docker build -t hub.pingcap.net/qa/schrddl-importintoaddindex .
1313
- name: Docker Login
1414
uses: docker/login-action@v1
1515
with:
1616
registry: hub.pingcap.net
1717
username: ${{ secrets.HARBOR_USERNAME }}
1818
password: ${{ secrets.HARBOR_PASSWORD }}
1919
- name: Push
20-
run: docker push hub.pingcap.net/qa/schrddl-master
20+
run: docker push hub.pingcap.net/qa/schrddl-importintoaddindex

0 commit comments

Comments
 (0)