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 configuration options for the
build process. This allows for better organization and management of
different projects and stacks within the CI environment.
  • Loading branch information
cybersiddhu committed Oct 25, 2024
1 parent 6fafbf6 commit 43d2f9c
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: stock
project: modware-stock
stack: experiments
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
dockerfile: build/package/Dockerfile
Expand Down

0 comments on commit 43d2f9c

Please sign in to comment.