diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index 0c90e20..f20a655 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -11,10 +11,12 @@ inputs: runs: using: "composite" steps: - - name: Set up Docker build - uses: docker/build-push-action@v6 - with: - load: true + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: DEBUG + run: | + docker --version + shell: bash - uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: ${{ inputs.docker-context }}/Dockerfile