Skip to content

Commit

Permalink
fixup!test: setup mongodb server - remove container name
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Sep 24, 2024
1 parent 18d44d3 commit 7561945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-using-cnb-buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
uses: supercharge/[email protected]
with:
mongodb-version: ${{ env.SERVICE_VERSION }}
mongodb-container-name: mongodb-${{ env.SERVICE_VERSION }}
mongodb-port: ${{env.SERVICE_PORT}}
mongodb-username: ${{env.SERVICE_USERNAME}}
mongodb-password: ${{env.SERVICE_PASSWORD}}
mongodb-db: ${{env.DATABASE_NAME}}
# mongodb-container-name: mongodb-${{ env.SERVICE_VERSION }}

-
name: Packaging app from ${{ github.repository }} pushed by ${{ github.actor }}
Expand Down

0 comments on commit 7561945

Please sign in to comment.