Skip to content

Commit 2669c05

Browse files
committed
fix lowercase repo name
1 parent f77a26d commit 2669c05

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
@@ -65,12 +65,12 @@ jobs:
6565
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
6666

6767
- name: Pull Docker image
68-
run: docker pull ghcr.io/$GITHUB_REPOSITORY/autoPyTorch:$BRANCH
68+
run: docker pull ghcr.io/$GITHUB_REPOSITORY/autopytorch:$BRANCH
6969
env:
7070
BRANCH: ${{ steps.extract_branch.outputs.branch }}
7171

7272
- name: Run image
73-
run: docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/$GITHUB_REPOSITORY/autoPyTorch:$BRANCH
73+
run: docker run -i -d --name unittester -v $GITHUB_WORKSPACE:/workspace -w /workspace ghcr.io/$GITHUB_REPOSITORY/autopytorch:$BRANCH
7474
env:
7575
BRANCH: ${{ steps.extract_branch.outputs.branch }}
7676

0 commit comments

Comments
 (0)