Skip to content

Commit

Permalink
Set host in setup docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Dec 4, 2024
1 parent b9122a2 commit 01e882a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Set up Docker containerd snapshotter
uses: crazy-max/ghaction-setup-docker@v3
with:
set-host: true
daemon-config: |
{
"features": {
Expand Down Expand Up @@ -111,4 +112,4 @@ jobs:
envVars: ${{ inputs.envVars }}
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}
restateContainerImage: ${{ inputs.restateCommit != '' && 'localhost/restatedev/restate-commit-download:latest' || (inputs.restateImage != '' && inputs.restateImage || 'ghcr.io/restatedev/restate:main') }}
serviceContainerImage: 'restatedev/java-test-services'
serviceContainerImage: 'restatedev/java-test-services'

0 comments on commit 01e882a

Please sign in to comment.