We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d0492 + d5c2cda commit 09e9bb3Copy full SHA for 09e9bb3
.github/workflows/docker-name-version-flavour-arch.yml
@@ -148,6 +148,13 @@ jobs:
148
id: tag
149
uses: cytopia/docker-tag-action@v0.4.20
150
151
+ # https://github.com/alpinelinux/docker-alpine/issues/98
152
+ - name: "[SETUP] Fix Docker IP forwarding"
153
+ run: |
154
+ sysctl net.ipv4.ip_forward
155
+ sysctl -w net.ipv4.ip_forward=1
156
+ sudo systemctl restart docker
157
+
158
# ------------------------------------------------------------
159
# Build
160
0 commit comments