Skip to content

Commit

Permalink
Merge pull request #452 from tcet-opensource/development
Browse files Browse the repository at this point in the history
docker workflow file hotfix
  • Loading branch information
TejasNair9977 authored Nov 9, 2023
2 parents 0f4da0a + 1d4cbda commit 3b2c6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Building Docker Image
run: docker build -t ${{ secrets.username }}/erp-backend:prod .
- name: DockerHub Login
run: docker login -u ${{ secrets.username }} -p ${{ secrets.pass }}
run: docker login -u "${{ secrets.username }}" -p "${{ secrets.pass }}"
- name: Uploading Image to DockerHub
run: docker push ${{ secrets.username }}/erp-backend:prod

0 comments on commit 3b2c6b4

Please sign in to comment.