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 : Build and push Docker images
5555 uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
@@ -64,12 +64,12 @@ jobs:
6464 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
6565
6666 - name : Pull Docker image
67- run : docker pull ghcr.io/$GITHUB_REPOSITORY /autopytorch:$BRANCH
67+ run : docker pull ghcr.io/automl/auto-pytorch /autopytorch:$BRANCH
6868 env :
6969 BRANCH : ${{ steps.extract_branch.outputs.branch }}
7070
7171 - name : Run image
72- run : docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/$GITHUB_REPOSITORY /autopytorch:$BRANCH
72+ run : docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/automl/auto-pytorch /autopytorch:$BRANCH
7373 env :
7474 BRANCH : ${{ steps.extract_branch.outputs.branch }}
7575
You can’t perform that action at this time.
0 commit comments