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:
parent
89f091f50c
commit
9378842f47
4
.github/workflows/docker-publish-api.yml
vendored
4
.github/workflows/docker-publish-api.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user