Skip to content

Commit a315ab1

Browse files
committed
Update step names for consistency
Rename 'Cache PD/TiKV Docker image' to 'Pull and cache PD/TiKV Docker image' to match the TiDB step naming and clarify that these steps both pull and cache the images.
1 parent 9992d17 commit a315ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
cache-from: type=gha,scope=tidb-v${{ steps.extract-tidb-version.outputs.version }}
254254
cache-to: type=gha,mode=max,scope=tidb-v${{ steps.extract-tidb-version.outputs.version }}
255255

256-
- name: Cache PD Docker image using Buildx
256+
- name: Pull and cache PD Docker image using Buildx
257257
if: contains(matrix.target, 'tidb')
258258
uses: docker/build-push-action@v5
259259
continue-on-error: false
@@ -268,7 +268,7 @@ jobs:
268268
cache-from: type=gha,scope=pd-v${{ steps.extract-tidb-version.outputs.version }}
269269
cache-to: type=gha,mode=max,scope=pd-v${{ steps.extract-tidb-version.outputs.version }}
270270

271-
- name: Cache TiKV Docker image using Buildx
271+
- name: Pull and cache TiKV Docker image using Buildx
272272
if: contains(matrix.target, 'tidb')
273273
uses: docker/build-push-action@v5
274274
continue-on-error: false

0 commit comments

Comments
 (0)