Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Nov 28, 2024
1 parent b32701c commit b3a7a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: fscarmen/[email protected]
- name: Enable IPv6 for Docker containers
run: |
cat /etc/docker/daemon.json > json
sudo cat /etc/docker/daemon.json > json
sudo jq '. + { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::/64" }' <<< "$json" > /etc/docker/daemon.json
- name: Build
run: |
Expand Down

0 comments on commit b3a7a2c

Please sign in to comment.