Skip to content

Commit

Permalink
Merge pull request #185 from evolvingweb/github-actions
Browse files Browse the repository at this point in the history
Run jobs sequentially.
  • Loading branch information
kirk-brown-ew authored Sep 9, 2023
2 parents 6890372 + f650457 commit 51be42e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
- uses: actions/checkout@v3
- name: Test the Docker image
run: docker run --rm -d ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
needs: build

# push_to_registry:
# name: Push Docker image to Docker Hub
# runs-on: ubuntu-latest
# needs: test
# steps:
# - name: Check out the repo
# uses: actions/checkout@v3
Expand Down

0 comments on commit 51be42e

Please sign in to comment.