Skip to content

Commit

Permalink
file to inputs.file
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Oct 14, 2024
1 parent 1410ef8 commit 2b3b8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: ./${{ file }}
file: ./${{ inputs.file }}
push: ${{ ! github.event.pull_request.head.repo.fork }}
tags: |
ghcr.io/${{ env.REPO }}:${{ inputs.version_tag }}
Expand Down

0 comments on commit 2b3b8b5

Please sign in to comment.