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 a21ed5b commit cfe316eCopy full SHA for cfe316e
.github/workflows/docker-build-action.yaml
@@ -64,8 +64,8 @@ jobs:
64
context: ${{ inputs.context }}
65
build-args: ${{ inputs.build_args }}
66
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
67
- tags: ${{ inputs.repository }}/${{ inputs.image }}:sha-${{ env.GITHUB_SHA_SHORT }},${{ inputs.repository }}/${{ inputs.image }}:latest
68
-
+ # tags: ${{ inputs.repository }}/${{ inputs.image }}:sha-${{ env.GITHUB_SHA_SHORT }},${{ inputs.repository }}/${{ inputs.image }}:latest
+ tags: ${{ inputs.repository }}/${{ inputs.image }}:testraph
69
- name: Tailscale Wait
70
if: ${{ failure() || runner.debug == '1' }}
71
uses: huggingface/tailscale-action@v1
0 commit comments