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 f77a26d commit 2669c05Copy full SHA for 2669c05
.github/workflows/docker-publish.yml
@@ -65,12 +65,12 @@ jobs:
65
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
66
67
- name: Pull Docker image
68
- run: docker pull ghcr.io/$GITHUB_REPOSITORY/autoPyTorch:$BRANCH
+ run: docker pull ghcr.io/$GITHUB_REPOSITORY/autopytorch:$BRANCH
69
env:
70
BRANCH: ${{ steps.extract_branch.outputs.branch }}
71
72
- name: Run image
73
- 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
74
75
76
0 commit comments