Skip to content

Commit

Permalink
#41 update path dockerfiles folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope authored May 31, 2024
1 parent 3b4e482 commit 89bc63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom-dockerfile-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
context: ./${{ inputs.image }}
context: ./dockerfiles/${{ inputs.image }}
file: ./dockerfiles/${{ inputs.image }}/Dockerfile
push: true
tags: |
Expand Down

0 comments on commit 89bc63b

Please sign in to comment.