We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83adc4 commit 645b834Copy full SHA for 645b834
.github/workflows/2-release-dashboard.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Move cache
45
run: |
46
rm -rf /tmp/.buildx-dash-cache
47
- mv /tmp/.buildx-cache-new /tmp/.buildx-dash-cache
+ mv /tmp/.buildx-cache-dash-new /tmp/.buildx-dash-cache
48
49
- name: Image digest
50
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments