Skip to content

Commit

Permalink
fix: incorrect input reference (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Mar 1, 2024
1 parent 0815774 commit c21d37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c21d37e

Please sign in to comment.