Skip to content

Commit

Permalink
build: change docker build runner from github to self (#128)
Browse files Browse the repository at this point in the history
* just to re build docker image

* build:change docker build runner from github to self

* Update docker.yml

---------

Co-authored-by: Chun Cai <[email protected]>
  • Loading branch information
dp-yuanyn and caic99 authored Apr 28, 2024
1 parent 26aafdf commit d7d958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_and_push_docker_image:
runs-on: ubuntu-latest
runs-on: t4
if: github.repository_owner == 'dptech-corp'
strategy:
matrix:
Expand Down

0 comments on commit d7d958f

Please sign in to comment.