Skip to content

Commit dc18c8f

Browse files
committed
fix lowercase repo name
1 parent 0e574af commit dc18c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/$GITHUB_REPOSITORY/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/$GITHUB_REPOSITORY/autopytorch:$BRANCH
7373
env:
7474
BRANCH: ${{ steps.extract_branch.outputs.branch }}
7575

0 commit comments

Comments
 (0)