Skip to content

Commit

Permalink
chore(ci): add project and stack parameters to CI workflow for better…
Browse files Browse the repository at this point in the history
… configuration management

The addition of the project and stack parameters enhances the CI
workflow by providing clearer context and organization for the build
process.
  • Loading branch information
cybersiddhu committed Oct 24, 2024
1 parent df45955 commit 0941b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
secrets: inherit
with:
app: order
project: modware-order
stack: experiments
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
dockerfile: build/package/Dockerfile
Expand Down

0 comments on commit 0941b00

Please sign in to comment.