Skip to content

Commit

Permalink
Fix failing CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eidens committed Jan 24, 2024
1 parent 164d9e6 commit b8bc5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ jobs:
run: docker-compose -f docker-compose.ci.yml build ${{ matrix.image }}

- name: Push the Docker images
run: docker-compose -f docker-compose.ci.yml push ${{ matrix.image }}
# retry up to 3 times
run: docker-compose -f docker-compose.ci.yml push ${{ matrix.image }} || docker-compose -f docker-compose.ci.yml push ${{ matrix.image }} || docker-compose -f docker-compose.ci.yml push ${{ matrix.image }}

0 comments on commit b8bc5e1

Please sign in to comment.