Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mirzabicer committed Nov 26, 2023
1 parent 5630bfc commit 01cd489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm run test:detectOpen
env:
NODE_ENV: development
MONGO_URI: mongodb://localhost:27017/blg-prjct
MONGO_URI: mongodb://localhost:27017/programming-project
MONGO_PASSWORD:
API_VERSION: 0.0.1
PORT: 8371
Expand All @@ -54,4 +54,4 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: mirzabicer/blg-prjct:latest
tags: mirzabicer/programming-project:latest

0 comments on commit 01cd489

Please sign in to comment.