We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9adc9 commit d26269eCopy full SHA for d26269e
1 file changed
action.yml
@@ -10,7 +10,7 @@ outputs:
10
description: 'Success'
11
runs:
12
using: 'docker'
13
- image: 'squzy/protoc-actions@master'
+ image: 'docker://docker.pkg.github.com/squzy/protoc-actions/protoc:latest'
14
args:
15
- ${{ inputs.path }}
16
branding:
0 commit comments