Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Murithijoshua authored Mar 20, 2024
1 parent 07abdcd commit 01c7113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test the Docker image
run: docker run -p 7002:5000 --name ushauri_api -d --restart always ushauri_api:latest
run: echo "passed"
push_to_registry:
needs: build
name: Push Docker image to Docker Hub
Expand Down

0 comments on commit 01c7113

Please sign in to comment.