From 2b3b8b569ae41717f89ed10c65b15f9f710f2e5a Mon Sep 17 00:00:00 2001 From: Andrew Player Date: Mon, 14 Oct 2024 13:56:38 -0400 Subject: [PATCH] file to inputs.file --- .github/workflows/reusable-docker-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-docker-ghcr.yml b/.github/workflows/reusable-docker-ghcr.yml index b9c4495..be0ecdc 100644 --- a/.github/workflows/reusable-docker-ghcr.yml +++ b/.github/workflows/reusable-docker-ghcr.yml @@ -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 }}