Skip to content

Commit 3f424b3

Browse files
author
Weilong
committed
arc baseimage
1 parent 630dfae commit 3f424b3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/push-to-dockerhub.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: Build and Push ARC Runner Image
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- 'Dockerfile'
99
- '.github/workflows/push-to-dockerhub.yml'
10-
workflow_dispatch: # 支持手动触发
11-
10+
workflow_dispatch:
1211
jobs:
1312
build:
14-
runs-on: ubuntu-latest
13+
runs-on: gkedev-2026
1514
steps:
1615
- name: Checkout
1716
uses: actions/checkout@v4

0 commit comments

Comments
 (0)