Skip to content

Commit

Permalink
let job use bigger runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fang19911030 committed Oct 17, 2023
1 parent 38cc02d commit ac18332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Deploy to DockerHub
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
runs-on: large-runner

steps:
- name: Checkout
Expand Down

0 comments on commit ac18332

Please sign in to comment.