Skip to content

Commit

Permalink
fix: added debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 11, 2024
1 parent c282f45 commit bb7741d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: List files for debugging
run: ls -R

- name: Build and push Dev Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit bb7741d

Please sign in to comment.