Skip to content

Commit

Permalink
Fix ref to inputs in push/action.yaml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad authored Jan 9, 2025
1 parent 59b687c commit 6a0aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
file: ${{ inputs.dockerfile }}
push: true
build-args: ${{ inputs.build-args }}
tags: ${{ input.tags }}
tags: ${{ inputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth:cache
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/immutable-geth:cache,mode=max
Expand Down

0 comments on commit 6a0aa89

Please sign in to comment.