File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 with :
5050 images : |
5151 automlorg/autopytorch
52- ghcr.io/${{ github.repository }}
52+ ghcr.io/automl/auto-pytorch
5353
5454 - name : Push to Docker Hub
5555 uses : docker/build-push-action@v1
@@ -65,12 +65,12 @@ jobs:
6565 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
6666
6767 - name : Pull Docker image
68- run : docker pull ghcr.io/$GITHUB_REPOSITORY /autopytorch:$BRANCH
68+ run : docker pull ghcr.io/automl/auto-pytorch /autopytorch:$BRANCH
6969 env :
7070 BRANCH : ${{ steps.extract_branch.outputs.branch }}
7171
7272 - name : Run image
73- run : docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/$GITHUB_REPOSITORY /autopytorch:$BRANCH
73+ run : docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/automl/auto-pytorch /autopytorch:$BRANCH
7474 env :
7575 BRANCH : ${{ steps.extract_branch.outputs.branch }}
7676
You can’t perform that action at this time.
0 commit comments