fix: add DOCKER_API_VERSION env to job for API compatibility
This commit is contained in:
@@ -57,6 +57,8 @@ jobs:
|
|||||||
needs: [backend-build, frontend-build]
|
needs: [backend-build, frontend-build]
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
env:
|
||||||
|
DOCKER_API_VERSION: "1.41"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user