From c21d37e4fb4e7790b21a93fd9feeafd752dd80e1 Mon Sep 17 00:00:00 2001 From: Martin Hrabovcin Date: Fri, 1 Mar 2024 16:43:35 +0100 Subject: [PATCH] fix: incorrect input reference (#5) --- .github/workflows/rebuild-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebuild-image.yaml b/.github/workflows/rebuild-image.yaml index f66fc1c..c7c8bdb 100644 --- a/.github/workflows/rebuild-image.yaml +++ b/.github/workflows/rebuild-image.yaml @@ -67,7 +67,7 @@ jobs: context: ./${{ inputs.directory }} platforms: linux/amd64 build-args: ${{ steps.build-args.outputs.value }} - push: ${{ input.push }} - load: ${{ ! input.push }} + push: ${{ inputs.push }} + load: ${{ ! inputs.push }} tags: ${{ steps.build-args.outputs.version }}