Skip to content

Commit 01e882a

Browse files
committed
Set host in setup docker action
1 parent b9122a2 commit 01e882a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- name: Set up Docker containerd snapshotter
6262
uses: crazy-max/ghaction-setup-docker@v3
6363
with:
64+
set-host: true
6465
daemon-config: |
6566
{
6667
"features": {
@@ -111,4 +112,4 @@ jobs:
111112
envVars: ${{ inputs.envVars }}
112113
testArtifactOutput: ${{ inputs.testArtifactOutput != '' && inputs.testArtifactOutput || 'sdk-java-integration-test-report' }}
113114
restateContainerImage: ${{ inputs.restateCommit != '' && 'localhost/restatedev/restate-commit-download:latest' || (inputs.restateImage != '' && inputs.restateImage || 'ghcr.io/restatedev/restate:main') }}
114-
serviceContainerImage: 'restatedev/java-test-services'
115+
serviceContainerImage: 'restatedev/java-test-services'

0 commit comments

Comments
 (0)