Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadahmed-01 authored Feb 28, 2024
1 parent dfb83de commit 8dc39bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
apt update && apt install docker.io -y
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASS }}
docker ps -aq | xargs docker stop | xargs docker rm
docker run -d -p 5000:3001 muhammadahmed1127/instagram-clone:backend-1.0
docker run -d -p 5000:3001 $IMAGE_NAME:$IMAGE_TAG

0 comments on commit 8dc39bc

Please sign in to comment.