From 1ea1f4b5d8b5a6665faf745b13d9f7f3300b7033 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 10:05:18 +0000 Subject: [PATCH] Debug --- .github/actions/lint/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index f20a655..77c175f 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -11,12 +11,13 @@ inputs: runs: using: "composite" steps: - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + - name: Set up Docker build + uses: docker/build-push-action@v6 + with: + load: true - name: DEBUG run: | docker --version - shell: bash - uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: ${{ inputs.docker-context }}/Dockerfile