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 49
49
with :
50
50
images : |
51
51
automlorg/autopytorch
52
- ghcr.io/${{ github.repository }}
52
+ ghcr.io/automl/auto-pytorch
53
53
54
54
- name : Build and push Docker images
55
55
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
@@ -64,12 +64,12 @@ jobs:
64
64
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
65
65
66
66
- 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
68
68
env :
69
69
BRANCH : ${{ steps.extract_branch.outputs.branch }}
70
70
71
71
- 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
73
73
env :
74
74
BRANCH : ${{ steps.extract_branch.outputs.branch }}
75
75
You can’t perform that action at this time.
0 commit comments