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 15c07bb commit 11ae5a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up Docker build
uses: docker/build-push-action@v6
with:
context: ${{ inputs.docker-context }}
push: false
load: true
- name: DEBUG
run: |
Expand Down

0 comments on commit 11ae5a3

Please sign in to comment.