Skip to content

Commit

Permalink
add docker option
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrmt committed Dec 11, 2024
1 parent b11c74a commit 0473919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
timeout-minutes: 60
container:
image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG }}
options: "--add-host host.docker.internal:host-gateway"
options: "--net host --add-host host.docker.internal:host-gateway"
steps:
- uses: actions/checkout@v4
- name: Set Git config
Expand Down

0 comments on commit 0473919

Please sign in to comment.