Skip to content

Commit

Permalink
check path and print all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Paulic committed Sep 20, 2024
1 parent 76f3526 commit 8d8f2f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-workflow-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
password: ${{ secrets.ACR_PASSWORD }}

- name: Build Docker Image
run: docker build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG $DOCKERFILE
run: pwd && ls -laR
#docker build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG $DOCKERFILE

- name: Push Docker image
run: |
Expand Down

0 comments on commit 8d8f2f1

Please sign in to comment.