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 6fe376d commit ae4c643Copy full SHA for ae4c643
.github/workflows/docker-build-action.yaml
@@ -61,4 +61,5 @@ jobs:
61
context: ${{ inputs.context }}
62
build-args: ${{ inputs.build_args }}
63
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
64
- tags: ${{ inputs.repository }}/${{ inputs.image }}:sha-${{ env.GITHUB_SHA_SHORT }},${{ inputs.repository }}/${{ inputs.image }}:latest
+ # tags: ${{ inputs.repository }}/${{ inputs.image }}:sha-${{ env.GITHUB_SHA_SHORT }},${{ inputs.repository }}/${{ inputs.image }}:latest
65
+ tags: ${{ inputs.repository }}/${{ inputs.image }}:testraph
0 commit comments