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 303736a commit 1f2b94eCopy full SHA for 1f2b94e
.github/workflows/container.yaml
@@ -32,8 +32,8 @@ jobs:
32
run: |
33
set -eux
34
torchx/runtime/container/build.sh
35
- docker tag torchx "ghcr.io/pytorch/torchx:$VERSION"
+ docker tag torchx "ghcr.io/meta-pytorch/torchx:$VERSION"
36
- name: Push containers
37
38
39
- docker push "ghcr.io/pytorch/torchx:$VERSION"
+ docker push "ghcr.io/meta-pytorch/torchx:$VERSION"
0 commit comments