We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b4f87 commit 2e66b26Copy full SHA for 2e66b26
1 file changed
.github/actions/docker-build/action.yml
@@ -73,7 +73,7 @@ runs:
73
cache-from: type=gha
74
cache-to: type=gha,mode=max
75
secrets: |
76
- "gh_token=${{ inputs.gh_token }}"
+ gh_token=${{ inputs.gh_token }}
77
file: ${{ inputs.dockerfile }}
78
push: ${{ inputs.push_image }}
79
tags: ${{ steps.metadata.outputs.tags }}
0 commit comments