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 61c2af2 commit 46e356bCopy full SHA for 46e356b
.github/workflows/checks_docker.yaml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout sources
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
21
- name: Docker QEMU
22
uses: docker/setup-qemu-action@v3
.github/workflows/docker_build.yaml
@@ -56,6 +56,8 @@ jobs:
56
57
- name: checkout sources
58
59
60
61
62
- name: docker qemu
63
0 commit comments