Skip to content

Commit 4a9f58e

Browse files
committed
ci: fix docker registry names to lowercase
1 parent 73116bf commit 4a9f58e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
id: meta
8888
uses: docker/metadata-action@v5
8989
with:
90-
images: ghcr.io/${{ github.repository }}/ci-py${{ matrix.python-version }}
90+
images: ghcr.io/nvidia/cutile-python/ci-py${{ matrix.python-version }}
9191
tags: |
9292
type=sha,prefix={{branch}}-
9393
@@ -143,7 +143,7 @@ jobs:
143143
if: needs.check-changes.outputs.source-changed == 'true'
144144
timeout-minutes: 30
145145
container:
146-
image: ghcr.io/${{ github.repository }}/ci-py${{ matrix.python-version }}:${{ github.ref_name }}-${{ github.sha }}
146+
image: ghcr.io/nvidia/cutile-python/ci-py${{ matrix.python-version }}:${{ github.ref_name }}-${{ github.sha }}
147147
credentials:
148148
username: ${{ github.actor }}
149149
password: ${{ secrets.GITHUB_TOKEN }}
@@ -176,7 +176,7 @@ jobs:
176176
if: always() && (needs.check-changes.outputs.source-changed == 'true' || needs.check-changes.outputs.docs-changed == 'true')
177177
timeout-minutes: 15
178178
container:
179-
image: ghcr.io/${{ github.repository }}/ci-py3.10:${{ github.ref_name }}-${{ github.sha }}
179+
image: ghcr.io/nvidia/cutile-python/ci-py3.10:${{ github.ref_name }}-${{ github.sha }}
180180
credentials:
181181
username: ${{ github.actor }}
182182
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)