Skip to content

Commit

Permalink
Issue #41: update path for dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed May 30, 2024
1 parent 6eedcc9 commit 5f09bf5
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 @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./${{ inputs.image }}
file: ./${{ inputs.image }}/Dockerfile
file: ./dockerfiles/${{ inputs.image }}/Dockerfile
push: true
tags: |
${{ env.REGISTRY }}/${{ inputs.image }}:${{ inputs.tag }}
Expand Down

0 comments on commit 5f09bf5

Please sign in to comment.