Skip to content

Commit

Permalink
#16213: Use our own forked Docker Run Action that points to ECR (#16219
Browse files Browse the repository at this point in the history
)

### Ticket
#16213 

### Problem description

We are hitting docker hub pull limits.

### What's changed
Switched to our repo https://github.com/tenstorrent/docker-run-action/
that was forked and modified to use ECR registry

tenstorrent/docker-run-action@4b36c1d

### Checklist
- [x] Post commit CI passes
https://github.com/tenstorrent/tt-metal/actions/runs/12424296562
- [x] Blackhole Post commit (if applicable)
https://github.com/tenstorrent/tt-metal/actions/runs/12424297677
- [ ] Model regression CI testing passes (if applicable)
- [ ] Device performance regression CI testing passes (if applicable)
- [ ] **(For models and ops writers)** Full [new
models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
tests passes
- [ ] New/Existing tests provide coverage for changes
  • Loading branch information
dimitri-tenstorrent authored Dec 20, 2024
1 parent 4512b9f commit 8ab8736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
shell: bash
run: |
docker pull ${{ env.TT_METAL_DOCKER_IMAGE_TAG }}
- uses: addnab/docker-run-action@v3
- uses: tenstorrent/docker-run-action@v5
with:
shell: bash
username: ${{ inputs.docker_username }}
Expand Down

0 comments on commit 8ab8736

Please sign in to comment.