File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments