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 6c035ca commit b4414e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ jobs:
run: touch .env

- name: Edit file for running on docker
run: echo "RUNNING_ON_DOCKER=true" >> .env
run: echo "RUNNING_ON_DOCKER=true" >> .env

- name: Login to Docker
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 b4414e8

Please sign in to comment.