Skip to content

Commit ac827e8

Browse files
committed
Another attempt to fix #548
1 parent e3a7ca3 commit ac827e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
steps:
1717
- name: checkout code
1818
uses: actions/checkout@v3
19-
- name: Get tags
20-
run: git fetch --tags origin
19+
with:
20+
fetch-depth: 0
2121
- name: Set up QEMU
2222
uses: docker/setup-qemu-action@v1
2323
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)