Skip to content

Commit

Permalink
Update docker-ci.yml
Browse files Browse the repository at this point in the history
self-hosted, probability_dev
  • Loading branch information
binghe authored Aug 30, 2023
1 parent 86b636c commit 19c1046
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
branches:
- "master"
- "develop"
- "probability_dev"

env:
USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

jobs:
build-stdknl:
runs-on: ubuntu-latest
runs-on: ubuntu-latest, self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

build-expk:
runs-on: ubuntu-latest
runs-on: ubuntu-latest, self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 19c1046

Please sign in to comment.