Skip to content

Commit 2212c35

Browse files
committed
2 parents 946fbe4 + 1dbd121 commit 2212c35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: actions/cache@v3
2222
with:
2323
path: /tmp/.buildx-cache
24-
key: ${{ runner.os }}-buildx-${{ github.sha }}
24+
key: backend-${{ runner.os }}-buildx-${{ github.sha }}
2525
restore-keys: |
26-
${{ runner.os }}-buildx-
26+
backend-${{ runner.os }}-buildx-
2727
- name: 🐋 Login to Docker Hub
2828
uses: docker/login-action@v2
2929
with:
@@ -82,9 +82,9 @@ jobs:
8282
uses: actions/cache@v3
8383
with:
8484
path: /tmp/.buildx-cache
85-
key: ${{ runner.os }}-buildx-${{ github.sha }}
85+
key: frontend-${{ runner.os }}-buildx-${{ github.sha }}
8686
restore-keys: |
87-
${{ runner.os }}-buildx-
87+
frontend-${{ runner.os }}-buildx-
8888
- name: 🐋 Login to Docker Hub
8989
uses: docker/login-action@v2
9090
with:

0 commit comments

Comments
 (0)