Skip to content

Commit

Permalink
#12496: Clean up the echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Nov 26, 2024
1 parent 6be1aff commit 784f01d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/generate-docker-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ runs:
- name: Determine Full Docker Image Tag
shell: bash
run: |
echo ${{ github.repository }}
echo ${{ inputs.image }}
echo "TT_METAL_DOCKER_IMAGE_TAG=ghcr.io/${{ github.repository }}/${{ inputs.image }}:${{ env.IMAGE_TAG }}" >> $GITHUB_ENV
echo "TT_METAL_REF_IMAGE_TAG=ghcr.io/${{ github.repository }}/${{ inputs.image }}:latest" >> $GITHUB_ENV
- name: Output Docker Image Tag
Expand Down

0 comments on commit 784f01d

Please sign in to comment.