Skip to content

Commit

Permalink
fix: env values fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadip007 authored Feb 7, 2024
1 parent b443ba1 commit 3f5cc3a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ name: SPAship puzzle build and push into container repository
on:
push:
branches:
- 'master'
- 'main'
- 'test'
- 'qa'
- 'dev'
- 'fix/**'
- 'feat/**'
- '*'
tags:
- '*'
workflow_dispatch:
inputs:
version:
default: v1.0.0
env:
description: Select environment
options:
- Dev
Expand All @@ -22,6 +17,10 @@ on:
- Prod
required: true
type: choice
version:
default: v1.0.0
description: Bump Version
required: true

jobs:
push_to_registry:
Expand Down

0 comments on commit 3f5cc3a

Please sign in to comment.