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.
1 parent 7d1a313 commit 40791d6Copy full SHA for 40791d6
.github/actions/docker_setup/action.yml
@@ -10,8 +10,9 @@ runs:
10
steps:
11
- name: Docker IPv6 configuration
12
shell: bash
13
+ if: ${{ contains(inputs.test_name, 'Stateless') }}
14
env:
- ipv6_subnet: ${{ contains(inputs.test_name, 'Integration') && '2001:db8:1::/64' || '2001:3984:3989::/64' }}
15
+ ipv6_subnet: 2001:3984:3989::/64
16
run: |
17
# make sure docker uses proper IPv6 config
18
sudo touch /etc/docker/daemon.json
0 commit comments