Skip to content

Commit 0910d5f

Browse files
committed
explicitly set the docker sdk api version to use in tests
1 parent c9e1252 commit 0910d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
KOSLI_JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
139139
INTEGRATION_TEST_AZURE_CLIENT_SECRET: ${{ secrets.azure_client_secret }}
140140
INTEGRATION_TEST_AZURE_CLIENT_ID: ${{ secrets.azure_client_id }}
141+
DOCKER_API_VERSION: "1.45"
141142
run: |
142143
# some tests use git operations, therefore the git author on the CI VM needs to be set
143144
git config --global user.name "John Doe"

0 commit comments

Comments
 (0)