We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6750b commit 59ce2f7Copy full SHA for 59ce2f7
1 file changed
.github/workflows/docker-publish.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
0 commit comments