Skip to content

Commit

Permalink
Fix proto docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Sep 23, 2024
1 parent 970d1ea commit b35d21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint-proto/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ inputs:

runs:
using: "docker"
image: "yoheimuta/protolint:0.50.5"
image: "docker://yoheimuta/protolint:0.50.5"
args:
- ${{ inputs.working-directory }}

0 comments on commit b35d21e

Please sign in to comment.