Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manik2708 authored Jun 2, 2024
1 parent b4414e8 commit cf66d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: echo "RUNNING_ON_DOCKER=true" >> .env

- name: Login to Docker
run: echo "${secrets.DOCKERPASSWORD}" | docker login -u "${secrets.DOCKERUSERNAME}" --password-stdin
run: echo "${{secrets.DOCKERPASSWORD}}" | docker login -u "${{secrets.DOCKERUSERNAME}}" --password-stdin

- name: Create Docker network
run: docker create network hi-srvices
Expand Down

0 comments on commit cf66d67

Please sign in to comment.