Skip to content

Commit 0a8b003

Browse files
committed
fix ci
1 parent 83f266c commit 0a8b003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image-staging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ on:
77
push:
88
branches:
99
- staging
10+
- fastmcp
1011
workflow_dispatch:
1112
inputs:
1213
registry:
1314
description: Container registry package suffix to use (e.g. staging, beta, dev)
1415
type: string
1516
required: true
16-
default: 'staging'
17+
default: 'beta'
1718

1819
jobs:
1920
push-image:

0 commit comments

Comments
 (0)