rename workflow step names

This commit is contained in:
Kwitsch 2022-10-21 22:24:50 +02:00
parent f5c349009c
commit ef90c47e26
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
- name: Set up Docker layer cache
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
@ -111,7 +111,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Fix Docker cache
- name: Docker layer cache growth fix
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache