We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b057f7b commit b5f8f8dCopy full SHA for b5f8f8d
1 file changed
.github/workflows/deploy.yml
@@ -45,6 +45,8 @@ jobs:
45
dockerize:
46
runs-on: self-hosted
47
needs: build
48
+ env:
49
+ DOCKER_API_VERSION: "1.43"
50
51
steps:
52
- name: Checkout repository
@@ -102,4 +104,4 @@ jobs:
102
104
export APP_ID='${{ secrets.APP_ID }}' && \
103
105
export APP_INSTALLATION_ID='${{ secrets.APP_INSTALLATION_ID }}' && \
106
export APP_PEM='${{ secrets.APP_PEM }}' && \
- ./code-review-deploy.sh"
107
+ ./code-review-deploy.sh"
0 commit comments