Skip to content

Commit

Permalink
Run jobs sequentially.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdborg committed Sep 9, 2023
1 parent dc2124d commit f650457
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 f650457

Please sign in to comment.