Skip to content

Commit b5f8f8d

Browse files
authored
Docker 버전 수정
1 parent b057f7b commit b5f8f8d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
dockerize:
4646
runs-on: self-hosted
4747
needs: build
48+
env:
49+
DOCKER_API_VERSION: "1.43"
4850

4951
steps:
5052
- name: Checkout repository
@@ -102,4 +104,4 @@ jobs:
102104
export APP_ID='${{ secrets.APP_ID }}' && \
103105
export APP_INSTALLATION_ID='${{ secrets.APP_INSTALLATION_ID }}' && \
104106
export APP_PEM='${{ secrets.APP_PEM }}' && \
105-
./code-review-deploy.sh"
107+
./code-review-deploy.sh"

0 commit comments

Comments
 (0)