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 Dec 14, 2023
1 parent 1590bea commit 416f33e
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 @@ -82,4 +82,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 416f33e

Please sign in to comment.