We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630dfae commit 3f424b3Copy full SHA for 3f424b3
1 file changed
.github/workflows/push-to-dockerhub.yml
@@ -3,15 +3,14 @@ name: Build and Push ARC Runner Image
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
paths:
8
- 'Dockerfile'
9
- '.github/workflows/push-to-dockerhub.yml'
10
- workflow_dispatch: # 支持手动触发
11
-
+ workflow_dispatch:
12
jobs:
13
build:
14
- runs-on: ubuntu-latest
+ runs-on: gkedev-2026
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
0 commit comments