Skip to content

Commit

Permalink
Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 18, 2024
1 parent 500d111 commit 72cdce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
HRM_USER_NAME: ${{ secrets.HRM_USER_NAME }}
HRM_PASSWORD: ${{ secrets.HRM_PASSWORD }}
PROJECT_LOCATION: ${{ github.workspace }}
USING_DOCKER: True
USING_DOCKER: 'True'


on:
Expand Down
1 change: 1 addition & 0 deletions configs/.local.env
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ API_BASE_URL=https://jsonplaceholder.typicode.com

#Open AI
OPEN_KEY=
USING_DOCKER=

0 comments on commit 72cdce2

Please sign in to comment.