[API/Docker] Fix cache keys

This commit is contained in:
Paul Munteanu 2021-08-13 00:47:19 +03:00
parent 1710c1ff35
commit d72f6f59cb

View File

@ -20,9 +20,9 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: /tmp/.buildx-cache/api path: /tmp/.buildx-cache/api
key: ${{ runner.os }}-buildx-${{ github.sha }}-api key: ${{ runner.os }}-buildx-api-${{ github.sha }}
restore-keys: | restore-keys: |
${{ runner.os }}-buildx-api ${{ runner.os }}-buildx-api-
- -
name: Login to DockerHub name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v1