Skip to content

Commit 1f2b94e

Browse files
authored
(torchx/CI) update docker repo to ghcr.io/meta-pytorch/torchx
Differential Revision: D83688082 Pull Request resolved: meta-pytorch#1136
1 parent 303736a commit 1f2b94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
set -eux
3434
torchx/runtime/container/build.sh
35-
docker tag torchx "ghcr.io/pytorch/torchx:$VERSION"
35+
docker tag torchx "ghcr.io/meta-pytorch/torchx:$VERSION"
3636
- name: Push containers
3737
run: |
3838
set -eux
39-
docker push "ghcr.io/pytorch/torchx:$VERSION"
39+
docker push "ghcr.io/meta-pytorch/torchx:$VERSION"

0 commit comments

Comments
 (0)