1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 02:42:28 +01:00

[API/Docker] Fix cache keys

This commit is contained in:
Paul Munteanu 2021-08-13 00:47:19 +03:00
parent 89f091f50c
commit 9378842f47
No known key found for this signature in database
GPG Key ID: 4C0797E4861E8917

View File

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