summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-08-13 00:47:19 +0300
committerPaul Munteanu <luth@luthcode.net>2021-08-13 00:47:19 +0300
commit9378842f47251104571e233eb97e8c3931afc960 (patch)
tree70217e152c6e82bdd0a7061f74618bf5fe17d4a1
parent[API/Docker] Yet another test (diff)
downloadserver-9378842f47251104571e233eb97e8c3931afc960.tar.xz
[API/Docker] Fix cache keys
Diffstat (limited to '')
-rw-r--r--.github/workflows/docker-publish-api.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish-api.yml b/.github/workflows/docker-publish-api.yml

index 5d64303f..405faae4 100644 --- a/.github/workflows/docker-publish-api.yml +++ b/.github/workflows/docker-publish-api.yml
@@ -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