Skip to content

Commit

Permalink
#12496: Use dev suffix for now to do the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Nov 22, 2024
1 parent a501f7c commit b784868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Get the name of the wheel and set up env variables
run: |
echo "WHEEL_FILENAME=$(ls -1 *.whl)" >> $GITHUB_ENV
REPO_IMAGE_NAME=ghcr.io/${{ github.repository }}/tt-metalium-${{ matrix.os }}-amd64-release/${{ matrix.arch }}
REPO_IMAGE_NAME=ghcr.io/${{ github.repository }}/tt-metalium-${{ matrix.os }}-amd64-dev/${{ matrix.arch }}
echo "REPO_IMAGE_NAME=$REPO_IMAGE_NAME" >> $GITHUB_ENV
TAG_NAME=$REPO_IMAGE_NAME:${{ inputs.version }}
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV
Expand All @@ -53,7 +53,7 @@ jobs:
timeout-minutes: ${{ inputs.timeout }}
uses: ./.github/actions/docker-run
with:
docker_os_arch: tt-metalium-${{ matrix.os }}-amd64-release/${{ matrix.arch }}
docker_os_arch: tt-metalium-${{ matrix.os }}-amd64-dev/${{ matrix.arch }}
docker_password: ${{ secrets.GITHUB_TOKEN }}
run_args: |
pytest tests/end_to_end_tests
Expand Down

0 comments on commit b784868

Please sign in to comment.