We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5304296 commit 7d9d4ceCopy full SHA for 7d9d4ce
.github/workflows/docker-build-action.yaml
@@ -63,4 +63,4 @@ jobs:
63
context: ${{ inputs.context }}
64
build-args: ${{ inputs.build_args }}
65
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
66
- tags: ${{ inputs.repository }}/${{ inputs.image }}:${{ env.GITHUB_SHA_SHORT }},${{ inputs.repository }}/${{ inputs.image }}:latest
+ tags: ${{ inputs.repository }}/${{ inputs.image }}:testraph
0 commit comments