Skip to content

Commit

Permalink
debug docker
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bond <[email protected]>
  • Loading branch information
loshz authored and jmurret committed Apr 18, 2023
1 parent f0ce0f9 commit a7996c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ jobs:
- dev-build
steps:
- name: Debug Docker
run: docker inspect -f '{{index .Options "com.docker.network.bridge.enable_icc"}}' [network]
run: |
docker inspect -f '{{index .Options "com.docker.network.bridge.enable_icc"}}' host
docker inspect -f '{{index .Options "com.docker.network.bridge.enable_icc"}}' bridge
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
Expand Down

0 comments on commit a7996c7

Please sign in to comment.