Skip to content

Commit f59f3ee

Browse files
committed
fix: use dynamic branch name in build-wheel container image
1 parent 3e4b18f commit f59f3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: needs.check-changes.outputs.source-changed == 'true'
153153
timeout-minutes: 30
154154
container:
155-
image: ghcr.io/nvidia/cutile-python/ci-py${{ matrix.python-version }}:pull-request-1-${{ github.sha }}
155+
image: ghcr.io/nvidia/cutile-python/ci-py${{ matrix.python-version }}:${{ needs.build-ci-images.outputs.sanitized-branch }}-${{ github.sha }}
156156
credentials:
157157
username: ${{ github.actor }}
158158
password: ${{ secrets.GITHUB_TOKEN }}
@@ -206,7 +206,7 @@ jobs:
206206
timeout-minutes: 10
207207
run: |
208208
cd docs
209-
timeout 8m make html
209+
make html
210210
211211
- name: Upload documentation artifact
212212
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)