We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 946fbe4 + 1dbd121 commit 2212c35Copy full SHA for 2212c35
.github/workflows/docker-image.yml
@@ -21,9 +21,9 @@ jobs:
21
uses: actions/cache@v3
22
with:
23
path: /tmp/.buildx-cache
24
- key: ${{ runner.os }}-buildx-${{ github.sha }}
+ key: backend-${{ runner.os }}-buildx-${{ github.sha }}
25
restore-keys: |
26
- ${{ runner.os }}-buildx-
+ backend-${{ runner.os }}-buildx-
27
- name: 🐋 Login to Docker Hub
28
uses: docker/login-action@v2
29
@@ -82,9 +82,9 @@ jobs:
82
83
84
85
+ key: frontend-${{ runner.os }}-buildx-${{ github.sha }}
86
87
+ frontend-${{ runner.os }}-buildx-
88
89
90
0 commit comments