Skip to content

Commit

Permalink
Debug github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Jun 17, 2024
1 parent a117918 commit 1a90b94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Sanity check
run: |
pwd
ls ./bin
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 1a90b94

Please sign in to comment.