Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent a5fc52f commit 1ea1f4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
dockerfile: ${{ inputs.docker-context }}/Dockerfile
Expand Down

0 comments on commit 1ea1f4b

Please sign in to comment.