Skip to content

Commit

Permalink
Update ci-pipeline.yml: envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell authored Aug 27, 2024
1 parent c697bb2 commit 9a16b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
cd $DOCKER_FOLDER && docker build . --file Dockerfile -t $TAG --build-arg "NODE_ENV=${{ inputs.environment }}"
- name: Run docker compose
uses: isbang/[email protected]
# uses: isbang/[email protected]
uses: hoverkraft-tech/[email protected]
with:
compose-file: "${{ inputs.docker_folder }}/docker-compose.yaml"
env:
Expand Down

0 comments on commit 9a16b1c

Please sign in to comment.