Skip to content

Commit 3f5cc3a

Browse files
authored
fix: env values fixed
1 parent b443ba1 commit 3f5cc3a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/ci.yaml

+8-9
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ name: SPAship puzzle build and push into container repository
33
on:
44
push:
55
branches:
6-
- 'master'
7-
- 'main'
8-
- 'test'
9-
- 'qa'
10-
- 'dev'
11-
- 'fix/**'
12-
- 'feat/**'
6+
- '*'
7+
tags:
8+
- '*'
139
workflow_dispatch:
1410
inputs:
15-
version:
16-
default: v1.0.0
11+
env:
1712
description: Select environment
1813
options:
1914
- Dev
@@ -22,6 +17,10 @@ on:
2217
- Prod
2318
required: true
2419
type: choice
20+
version:
21+
default: v1.0.0
22+
description: Bump Version
23+
required: true
2524

2625
jobs:
2726
push_to_registry:

0 commit comments

Comments
 (0)