Skip to content

Commit

Permalink
Merge pull request #183 from evolvingweb/github-actions
Browse files Browse the repository at this point in the history
Updating testing workflow.
  • Loading branch information
kirk-brown-ew authored Sep 9, 2023
2 parents 3a7d5e5 + 903bf2b commit 71b3fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Test the Docker image
run: docker run --rm -it ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
run: docker run --rm -d ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

# push_to_registry:
# name: Push Docker image to Docker Hub
Expand Down

0 comments on commit 71b3fba

Please sign in to comment.