We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874b8d2 commit 442e4d2Copy full SHA for 442e4d2
.github/workflows/pytest-gpu.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Set per-runner tags
78
run: |
79
echo "DOCKER_IMAGE=${{ matrix.name }}-${RUNNER_NAME// /_}" >> $GITHUB_ENV
80
- echo "CONTAINER_BASENAME=testrun-${{ matrix.name }}-${RUNNER_NAME// /_}" >> $GITHUB_ENV
+ echo "CONTAINER_BASENAME=testrun-${{ matrix.name }}-${RUNNER_NAME// /_}-${{ github.sha }}" >> $GITHUB_ENV
81
82
- name: Ensure buildx builder
83
0 commit comments