Skip to content

Commit 645b834

Browse files
committed
Fix dashboard build
1 parent a83adc4 commit 645b834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/2-release-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Move cache
4545
run: |
4646
rm -rf /tmp/.buildx-dash-cache
47-
mv /tmp/.buildx-cache-new /tmp/.buildx-dash-cache
47+
mv /tmp/.buildx-cache-dash-new /tmp/.buildx-dash-cache
4848
4949
- name: Image digest
5050
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)