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 0e574af commit dc18c8fCopy full SHA for dc18c8f
.github/workflows/docker-publish.yml
@@ -64,12 +64,12 @@ jobs:
64
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
65
66
- name: Pull Docker image
67
- run: docker pull ghcr.io/$GITHUB_REPOSITORY/autoPyTorch:$BRANCH
+ run: docker pull ghcr.io/$GITHUB_REPOSITORY/autopytorch:$BRANCH
68
env:
69
BRANCH: ${{ steps.extract_branch.outputs.branch }}
70
71
- name: Run image
72
- run: docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/$GITHUB_REPOSITORY/autoPyTorch:$BRANCH
+ run: docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/$GITHUB_REPOSITORY/autopytorch:$BRANCH
73
74
75
0 commit comments