Skip to content

Commit

Permalink
remove run from cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnavi-maddhuri committed Dec 13, 2024
1 parent a45f4a0 commit 1c73baf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
- name: Push Docker image
run: docker push ${{ secrets.DOCKER_USERNAME }}/jahnavi-docker-app:latest

# Run the Docker container (if applicable)
- name: Run Docker container
run: docker run -p 5001:5001 ${{ secrets.DOCKER_USERNAME }}/jahnavi-docker-app:latest

- name: Format
run: make format

Expand Down

0 comments on commit 1c73baf

Please sign in to comment.