Skip to content

Commit

Permalink
Document use-case
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Nov 17, 2022
1 parent 27afc82 commit 5ec5a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
pause: 10
command: |
docker build -t test .
# Builing docker sometimes fails on GH Action runner due to network issues.
# We ensure that forwarding is reenabled and the daemon is restarted
# Before retrying the docker build command
fail_command: |
sudo sysctl -w net.ipv4.ip_forward=1 \
&& sudo systemctl restart docker \
Expand Down

0 comments on commit 5ec5a44

Please # to comment.