Skip to content

Commit f067626

Browse files
Bordabhimrazy
andauthored
docker: simplify the docker name with CUDA (#21001)
Co-authored-by: Bhimraj Yadav <[email protected]>
1 parent 863ed02 commit f067626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
MAKE_FLAGS="-j2"
135135
file: dockers/base-cuda/Dockerfile
136136
push: ${{ env.PUSH_NIGHTLY }}
137-
tags: "pytorchlightning/pytorch_lightning:base-cuda-py${{ matrix.python_version }}-torch${{ env.PT_VERSION }}-cuda${{ matrix.cuda_version }}"
137+
tags: "pytorchlightning/pytorch_lightning:base-cuda${{ matrix.cuda_version }}-py${{ matrix.python_version }}-torch${{ env.PT_VERSION }}"
138138
timeout-minutes: 95
139139
- uses: ravsamhq/notify-slack-action@v2
140140
if: failure() && env.PUSH_NIGHTLY == 'true'

0 commit comments

Comments
 (0)